PHPackages                             neoxygen/neo4j-console-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. neoxygen/neo4j-console-client

ActiveLibrary[CLI &amp; Console](/categories/cli)

neoxygen/neo4j-console-client
=============================

PHP Client for the Neo4j Console API

1.0.0(11y ago)666MITPHP

Since Oct 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/neoxygen/neo4j-console-client)[ Packagist](https://packagist.org/packages/neoxygen/neo4j-console-client)[ Docs](http://www.neoxygen.io)[ RSS](/packages/neoxygen-neo4j-console-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Neo4j Console Client
--------------------

[](#neo4j-console-client)

Simple PHP Client for creating Neo4j console setups (see )

### Usage

[](#usage)

#### Installation

[](#installation)

Via composer :

```
composer require neoxygen/neo4j-console-client
```

#### Init Queries, Message and Console Query

[](#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 :

```
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 !

[![img](https://camo.githubusercontent.com/ed5b14c85b1106ed172cbd0d9d065bdfd55b25ff149ee5efcd2341636b0e93cb/687474703a2f2f672e7265636f726469742e636f2f704c504b7531627676382e676966)](https://camo.githubusercontent.com/ed5b14c85b1106ed172cbd0d9d065bdfd55b25ff149ee5efcd2341636b0e93cb/687474703a2f2f672e7265636f726469742e636f2f704c504b7531627676382e676966)

#### Todo

[](#todo)

\[ \] Generation from files in Terminal

---

### Author

[](#author)

Christophe Willemsen : [twitter](https://twitter.com/ikwattro) | [github](https://github.com/ikwattro)

### License

[](#license)

Released under the MIT License, view the License file shipped with this library

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4225d ago

Major Versions

0.1.0 → 1.0.02014-10-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/c66009f0f147bb7dfcfbbd6837176b2fe6c6e2cdcf82d9ad07ab7d7aa47735f4?d=identicon)[ikwattro](/maintainers/ikwattro)

---

Top Contributors

[![ikwattro](https://avatars.githubusercontent.com/u/1222009?v=4)](https://github.com/ikwattro "ikwattro (1 commits)")

---

Tags

apiclientconsoleneo4jgraph

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/neoxygen-neo4j-console-client/health.svg)

```
[![Health](https://phpackages.com/badges/neoxygen-neo4j-console-client/health.svg)](https://phpackages.com/packages/neoxygen-neo4j-console-client)
```

###  Alternatives

[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

9989.0k](/packages/mehrancodes-laravel-harbor)[phfoxer/apigenerate

Easy api generate for the Laravel Framework.

4016.5k](/packages/phfoxer-apigenerate)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
