Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

tistre/neo4j-php-docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo4j-php / Bolt example (running in Docker)

A minimal, unofficial example for

  • running Neo4j in a Docker container,
  • running a PHP container with the neo4j-php/Bolt library installed,
  • and using that library to access Neo4j.

Installation

$ docker-compose up -d
$ docker-compose exec --workdir /opt/app php composer install

Configuration

Copy the configuration file and edit it:

$ cp app/bin/config.dist.php app/bin/config.php
$ vi app/bin/config.php

Running the example command line script

$ docker-compose exec --workdir /opt/app php php bin/example.php

About

Example, minimal dockerized Neo4j + PHP client project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published