We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
composer.json
{ "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.
composer update
VERSION
dev-master