windlabs / neo4j-php-ogm
PHP Object Graph Mapper for Neo4j
1.0.0-RC12
2021-04-20 02:28 UTC
Requires
- php: ^5.6 || ^7.0
- doctrine/annotations: ^1.2
- doctrine/collections: ^1.3
- doctrine/common: ^2.6
- plumtreesystems/neo4j-php-client: 5.0.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^1.0
- phpunit/phpunit: ^5.2
- symfony/finder: ^3.0
- symfony/stopwatch: ^3.0
This package is not auto-updated.
Last update: 2026-06-11 01:01:51 UTC
README
Object Graph Mapper for Neo4j in LARAVEL
Current Release : 1.0.0-RC12
Installation
Install with composer
composer require windlabs/neo4j-php-ogm
php artisan vendor:publish --provider="GraphAware\Neo4j\OGM\Neo4jServiceProvider"
Documentation
The new documentation is available on ReadTheDocs.
Some parts from the old documentation might be still missing.
Getting Help
For questions, please open a new thread on StackOverflow with the graphaware, neo4j and neo4j-php-ogm tags.
For isses, please raise a Github issue in the repository.
License
The library is released under the MIT License, refer to the LICENSE file bundled with this package.