PHP code example of tsf / laravel-neo4j-php-client

1. Go to this page and download the library: Download tsf/laravel-neo4j-php-client library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

tsf / laravel-neo4j-php-client example snippets


"tsf/laravel-neo4j-php-client": "^1.0"

composer 

TSF\Neo4jClient\Neo4jServiceProvider::class,

'Neo4jClient' => TSF\Neo4jClient\Facades\Neo4jClient::class,

php artisan vendor:publish --provider="TSF\Neo4jClient\Neo4jServiceProvider"

Neo4jClient::run('CREATE (n:Person)');