https://github.com/neo4j-examples/friends-php-client
https://github.com/neo4j-examples/friends-php-client
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neo4j-examples/friends-php-client
- Owner: neo4j-examples
- Created: 2022-01-13T08:47:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T13:45:33.000Z (almost 2 years ago)
- Last Synced: 2025-05-08T01:44:22.296Z (about 2 months ago)
- Language: PHP
- Size: 89.8 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.