Skip to content
lrezek edited this page Oct 6, 2014 · 2 revisions

Arachnid is a composer-based project. As such, the only setup you need to do is to add the following to your composer.json file:

{
    "require": {
       "everyman/neo4jphp":"dev-master",
       "lrezek/arachnid":"VERSION"
    }
}

And run composer update. VERSION can be either a released stable package, or dev-master if you want the newest version.

Clone this wiki locally