Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 536 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 536 Bytes

Neo4j PHP Friends API

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

Running the server

  1. create a .env based on the .env.example file.
  2. Run in cli: composer run

Basic CLI examples

The scripts/ folder also includes examples on how the driver and and client works.