This project is an example of how to create a JSON API with Neo4j and PHP
Please refer to the openapi.yml file or the address: https://app.swaggerhub.com/apis-docs/Laudis/neo4j-php-friends-api/dev-main.
The live stream using the API can be found here: https://www.youtube.com/watch?v=qwz5XVtbfSY
- create a .env based on the .env.example file.
- Run in cli:
composer run
The scripts/ folder also includes examples on how the driver and and client works.