Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
jadell committed May 22, 2012
1 parent 0bca3d0 commit 566ac83
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ API documentation: http://jadell.github.com/neo4jphp


Install Install
------- -------

### Using Composer
1. From the command line `echo '{"require":{"everyman/neo4jphp":"*"}}' > composer.json && composer install`
1. In your PHP script `require("vendor/autoload.php");`

### Using pre-packaged PHAR
1. Download latest PHAR from http://github.com/downloads/jadell/neo4jphp/neo4jphp.phar 1. Download latest PHAR from http://github.com/downloads/jadell/neo4jphp/neo4jphp.phar
2. `require("phar://neo4jphp.phar");` 1. In your PHP script `require("phar://neo4jphp.phar");`


Connection Test Connection Test With PHAR
--------------- -------------------------
From the command line, execute the following: From the command line, execute the following:


> php neo4jphp.phar localhost > php neo4jphp.phar localhost
Expand Down

0 comments on commit 566ac83

Please sign in to comment.