Download the PHP package plumtreesystems/neo4j-bundle without Composer
On this page you can find all versions of the php package plumtreesystems/neo4j-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download plumtreesystems/neo4j-bundle
More information about plumtreesystems/neo4j-bundle
Files in plumtreesystems/neo4j-bundle
Package neo4j-bundle
Short Description Symfony integration for Neo4j
License MIT
Informations about the package neo4j-bundle
Neo4j Symfony Bundle
Install
Via Composer
If you want to use the an EntityManager
you need to install a GraphAware OGM
Enable the bundle in your kernel:
Documentation
The bundle is a convenient way of registering services. We register Connections
,
Clients
and EntityManagers
. You will always have alias for the default services:
- neo4j.connection
- neo4j.client
- neo4j.entity_manager.*
Minimal configuration
With the minimal configuration we have services named:
- neo4j.connection.default
- neo4j.client.default
- neo4j.entity_manager.default*
Full configuration
With the configuration above we would have services named:
- neo4j.connection.default
- neo4j.connection.second_connection
- neo4j.client.default
- neo4j.client.other_client
- neo4j.client.other_foobar
- neo4j.entity_manager.default*
* Note: EntityManagers will only be available if graphaware/neo4j-php-ogm
is installed.
Testing
Example application
See an example application at https://github.com/neo4j-examples/movies-symfony-php-bolt
License
The MIT License (MIT). Please see License File for more information.
All versions of neo4j-bundle with dependencies
graphaware/neo4j-bolt Version ^1.6
plumtreesystems/neo4j-php-client Version 4.8.6
symfony/dependency-injection Version ^2.8.3 || ^3.0.3 || ^4.0
symfony/framework-bundle Version ^2.8.32 || ^3.0 || ^4.0
symfony/http-kernel Version ^2.8 || ^3.0 || ^4.0
twig/twig Version ^1.18 || ^2.0