2017 © Pedro Peláez
 

library neo4j-console-client

PHP Client for the Neo4j Console API

image

neoxygen/neo4j-console-client

PHP Client for the Neo4j Console API

  • Thursday, October 16, 2014
  • by ikwattro
  • Repository
  • 2 Watchers
  • 5 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Neo4j Console Client

Simple PHP Client for creating Neo4j console setups (see http://console.neo4j.org), (*1)

Usage

Installation

Via composer :, (*2)

composer require neoxygen/neo4j-console-client

Init Queries, Message and Console Query

You can add queries to setup the console, add a message to the user and a first query when the console load :, (*3)


require_once 'vendor/autoload.php'; use Neoxygen\ConsoleClient\Client; $consoleClient = new Client(); $consoleClient ->addInitQuery('CREATE (p:Person)') ->addInitQuery('CREATE (c:Company)') ->addInitQuery('MERGE (p)-[:WORKS_AT]->(c);') ->addConsoleMessage('An awesome Neo4j console setup') ->createConsole(); $consoleUrl = $consoleClient->getShortLink(); // -> http://console.neo4j.org/r/8iijau

Open the link and enjoy !, (*4)

img, (*5)

Todo

[ ] Generation from files in Terminal, (*6)


Author

Christophe Willemsen : twitter | github, (*7)

License

Released under the MIT License, view the License file shipped with this library, (*8)

The Versions

16/10 2014

dev-master

9999999-dev http://www.neoxygen.io

PHP Client for the Neo4j Console API

  Sources   Download

MIT

The Requires

 

The Development Requires

api console client graph neo4j

16/10 2014

0.1.0

0.1.0.0 http://www.neoxygen.io

PHP Client for the Neo4j Console API

  Sources   Download

MIT

The Requires

 

The Development Requires

api console client graph neo4j

16/10 2014

1.0.0

1.0.0.0 http://www.neoxygen.io

PHP Client for the Neo4j Console API

  Sources   Download

MIT

The Requires

 

The Development Requires

api console client graph neo4j