2017-25 © Pedro Peláez
 

library laravel-neo4j-php-client

Laravel wrapper for Neo4j-PHP-Client

image

tsf/laravel-neo4j-php-client

Laravel wrapper for Neo4j-PHP-Client

  • Wednesday, November 1, 2017
  • by marianperca
  • Repository
  • 1 Watchers
  • 1 Stars
  • 108 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 29 % Grown

The README.md

GraphAware Neo4j PHP Client - Laravel wrapper

Simple laravel wrapper for GraphAware Neo4j PHP Client, (*1)

Installation

Require this package in your composer.json and update composer. Run / add either of the below two commands, (*2)

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

or, (*3)

composer require tsf/laravel-neo4j-php-client=^1.0

After updating composer, add the ServiceProvider in app/config/app.php, (*4)

TSF\Neo4jClient\Neo4jServiceProvider::class,

and the facade, (*5)

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

Run the artisan command to bring the config into your project, (*6)

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

Update config/neo4j.php with your connection data., (*7)

How to use

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

For all available methods you can use please read GraphAware documentation here: GraphAware Neo4j PHP Client, (*8)

The Versions

01/11 2017

dev-master

9999999-dev https://github.com/tsf/laravel-neo4j-php-client

Laravel wrapper for Neo4j-PHP-Client

  Sources   Download

MIT

The Requires

 

by Marian Perca

laravel php neo4j tsf

21/06 2017

1.0.1

1.0.1.0 https://github.com/tsf/laravel-neo4j-php-client

Laravel wrapper for Neo4j-PHP-Client

  Sources   Download

MIT

The Requires

 

by Marian Perca

laravel php neo4j tsf

21/06 2017

1.0.0

1.0.0.0 https://github.com/tsf/laravel-neo4j-php-client

Laravel wrapper for Neo4j-PHP-Client

  Sources   Download

MIT

The Requires

 

by Marian Perca

laravel tsf neo4j php client