How do you get Neo4jPHP to autoload as a library in CodeIgniter 2 ?
https://github.com/jadell/Neo4jPHP http://codeigniter.com/
Neo4jPHP is a wrapper for the Neo4j SERVER REST API.
I have the Neo4j server running and used PHP to populate the DB with many nodes and relationships.
Next STEP - start using a more complete PHP abstraction of the REST API - Neo4jPHP
But, I'm stuck at auto loading Neo4jPHP as a library in CodeIgniter.
I added: $autoload['libraries'] = array('Everyman/Neo4j');
And get: An Error Was Encountered : "Unable to load the requested class: neo4j"
I'm pulling my hair out over what should be a simple step to get going...