An open API service indexing awesome lists of open source software.

https://github.com/neo4j-examples/friends-php-client


https://github.com/neo4j-examples/friends-php-client

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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.