Skip to content

Commit

Permalink
Cleanup of metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
stil committed Feb 17, 2014
1 parent b490317 commit fe9cbd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 809 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
composer.phar
composer.lock
vendor/
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ What is that?
-------------

**Harvester** is eRepublik web scraping utility. Originally, Harvester was used by [api.erpk.org](http://api.erpk.org), but I decided to release it open source. It allows you easily get useful information directly from game.
It's written in PHP and based mainly on DOMXPath library. It requires PHP 5.3+.
It's written in PHP and based mainly on DOMXPath library. It requires PHP 5.4+.

Isn't your application written in PHP?
--------------------------------------
Expand All @@ -11,16 +11,7 @@ If your application isn't written in PHP, you may be looking for **standalone AP

Installation
------------

###Quick method
[Download](http://dev.erpk.org/downloads) latest **.tar.gz**, unpack it and add following line to your code:
```php
<?php
require 'harvester/vendor/autoload.php';
```

###Recommended method
Recommended way to install library is getting it through [Composer](http://getcomposer.org/).
Recommended method to install library is getting it through [Composer](http://getcomposer.org/).
Create `composer.json` file in your application directory:
```json
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "erpk/harvester",
"require": {
"php": ">=5.3.10",
"php": ">=5.4",
"ext-pdo_sqlite": "*",
"ext-curl": "*",
"ext-json": "*",
Expand Down
Loading

0 comments on commit fe9cbd5

Please sign in to comment.