PHPackages                             inchie/flowgraph-neo4j-example - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. inchie/flowgraph-neo4j-example

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

inchie/flowgraph-neo4j-example
==============================

Neo4j example with FLOW

10

Since Jun 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Inchie/FlowGraph.Neo4jExample)[ Packagist](https://packagist.org/packages/inchie/flowgraph-neo4j-example)[ RSS](/packages/inchie-flowgraph-neo4j-example/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Neo4j Example with FLOW
=======================

[](#neo4j-example-with-flow)

This example shows how you can run the PHP framework [Flow](https://flow.neos.io) with the graph database [Neo4j](https://neo4j.com/).

### Installation

[](#installation)

I highly recommend using **docker**. For this example I have created a repository with all the necessary docker containers. You can find it [here!!!!](https://github.com/Inchie/FlowGraph.Docker).

In this repository I set the following path to the *example application*. Feel free to change it (But don't forget to change it in the docker-compose.yaml too).

```
 /var/www/graph.app
```

To install this example it's best to use [Composer](https://getcomposer.org).

- Execute into the docker container with 'docker exec -it graph-php-apache bash'
- Insert the composer.json and composer.lock of this example application in the directory '/var/www/htdocs'
- Finally run the command 'composer install' in the directory /var/www/htdocs

That's it.

### Open the Application

[](#open-the-application)

Now you can open the application with the following url

#### Installation without docker

[](#installation-without-docker)

If you don't want to use docker you have to change the storage settings. You can find them in the distribution package.

```
FlowGraph:
  Neo4j:
    storage:
      protocol: http
      host: 172.16.239.29
      port: 7474
      user: neo4j
      password: test
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fc0e04b08d19146067f0aa64b40f58a9ae7693b8aff250435c5472af8dfdf2dc?d=identicon)[timo.nussbaum](/maintainers/timo.nussbaum)

---

Top Contributors

[![Inchie](https://avatars.githubusercontent.com/u/1902405?v=4)](https://github.com/Inchie "Inchie (2 commits)")

### Embed Badge

![Health badge](/badges/inchie-flowgraph-neo4j-example/health.svg)

```
[![Health](https://phpackages.com/badges/inchie-flowgraph-neo4j-example/health.svg)](https://phpackages.com/packages/inchie-flowgraph-neo4j-example)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
