11# Neo4j Symfony Bundle
22
3- [ ![ Latest Version] ( https://img.shields.io/github/release/neo4j-community/Neo4jBundle .svg?style=flat-square )] ( https://github.com/neo4j-community/Neo4jBundle /releases )
4- [ ![ Build Status] ( https://img.shields.io/travis/neo4j-community/Neo4jBundle .svg?style=flat-square )] ( https://travis-ci.org/neo4j-community/Neo4jBundle )
5- [ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/neo4j-community/Neo4jBundle .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/neo4j-community/Neo4jBundle )
6- [ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/neo4j-community/Neo4jBundle .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/neo4j-community/Neo4jBundle )
7- [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/neo4j-community /neo4j-bundle.svg?style=flat-square )] ( https://packagist.org/packages/neo4j-community /neo4j-bundle )
3+ [ ![ Latest Version] ( https://img.shields.io/github/release/neo4j-contrib/neo4j-symfony .svg?style=flat-square )] ( https://github.com/neo4j-contrib/neo4j-symfony /releases )
4+ [ ![ Build Status] ( https://img.shields.io/travis/neo4j-contrib/neo4j-symfony .svg?style=flat-square )] ( https://travis-ci.org/neo4j-contrib/neo4j-symfony )
5+ [ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/neo4j-contrib/neo4j-symfony .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/neo4j-contrib/neo4j-symfony )
6+ [ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/neo4j-contrib/neo4j-symfony .svg?style=flat-square )] ( https://scrutinizer-ci.com/g/neo4j-contrib/neo4j-symfony )
7+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/neo4j/neo4j-bundle.svg?style=flat-square )] ( https://packagist.org/packages/neo4j/neo4j-bundle )
88
99
1010## Install
1111
1212Via Composer
1313
1414``` bash
15- $ composer require neo4j-community /neo4j-bundle
15+ $ composer require neo4j/neo4j-bundle
1616```
1717
1818At the moment we have a hard dependency on GraphAware OGM. You need to install that as well
@@ -31,7 +31,7 @@ public function registerBundles()
3131{
3232 $bundles = array(
3333 // ...
34- new Neo4jCommunity \Neo4jBundle\Neo4jCommunityNeo4jBundle (),
34+ new Neo4j \Neo4jBundle\Neo4jBundle (),
3535 );
3636}
3737```
@@ -49,7 +49,7 @@ The bundle is a convenient way of registering services. We register `Connections
4949### Minimal configuration
5050
5151``` yaml
52- community_neo4j :
52+ neo4j :
5353 connections :
5454 default : ~
5555` ` `
@@ -62,7 +62,7 @@ With the minimal configuration we have services named:
6262### Full configuration
6363
6464` ` ` yaml
65- community_neo4j :
65+ neo4j :
6666 profiling :
6767 enabled : true
6868 connections :
0 commit comments