PHPackages                             intelligent-intern/neo4j-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. intelligent-intern/neo4j-bundle

ActiveIntelligent-intern-bundle[Database &amp; ORM](/categories/database)

intelligent-intern/neo4j-bundle
===============================

Symfony bundle for Neo4j graph database integration

1.0.0(1y ago)040MITPHPPHP ^8.3

Since Mar 11Pushed 1y agoCompare

[ Source](https://github.com/Intelligent-Intern/neo4j-bundle)[ Packagist](https://packagist.org/packages/intelligent-intern/neo4j-bundle)[ RSS](/packages/intelligent-intern-neo4j-bundle/feed)WikiDiscussions main Synced 2mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Intelligent Intern Neo4j Bundle
===============================

[](#intelligent-intern-neo4j-bundle)

The `intelligent-intern/neo4j-bundle` integrates Neo4j with the [Intelligent Intern Core Framework](https://github.com/Intelligent-Intern/core), allowing seamless graph database functionality.

Installation
------------

[](#installation)

Install the bundle using Composer:

```
composer require intelligent-intern/neo4j-bundle
```

Configuration
-------------

[](#configuration)

Ensure the following secrets are set in vault:

```
NEO4J_URL=your_neo4j_url
NEO4J_USERNAME=your_neo4j_username
NEO4J_PASSWORD=your_neo4j_password
```

and to use the bundle set GRAPH\_DB\_TYPE to "neo4j".

Usage
-----

[](#usage)

Once the bundle is installed and configured, the Core framework will dynamically detect the Neo4j service via the `graphdb.strategy` tag.

The service will be available via the `GraphDBFactory`:

```
