PHPackages                             tsf/laravel-neo4j-php-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. [Database &amp; ORM](/categories/database)
4. /
5. tsf/laravel-neo4j-php-client

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

tsf/laravel-neo4j-php-client
============================

Laravel wrapper for Neo4j-PHP-Client

1.0.2(6y ago)43.3k↓37.5%1MITPHPPHP ^7.1

Since Jun 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/marianperca/laravel-neo4j-php-client)[ Packagist](https://packagist.org/packages/tsf/laravel-neo4j-php-client)[ Docs](https://github.com/tsf/laravel-neo4j-php-client)[ RSS](/packages/tsf-laravel-neo4j-php-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

GraphAware Neo4j PHP Client - Laravel wrapper
=============================================

[](#graphaware-neo4j-php-client---laravel-wrapper)

Simple laravel wrapper for [GraphAware Neo4j PHP Client](https://github.com/graphaware/neo4j-php-client)

Installation
============

[](#installation)

Require this package in your `composer.json` and update composer. Run / add either of the below two commands

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

or

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

After updating composer, add the ServiceProvider in `app/config/app.php`

```
TSF\Neo4jClient\Neo4jServiceProvider::class,
```

and the facade

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

Run the artisan command to bring the config into your project

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

Update `config/neo4j.php` with your connection data.

How to use
==========

[](#how-to-use)

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

For all available methods you can use please read GraphAware documentation here: [GraphAware Neo4j PHP Client](https://github.com/graphaware/neo4j-php-client)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

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 ~500 days

Total

3

Last Release

2300d ago

PHP version history (2 changes)1.0.0PHP ~5.6|~7.0

1.0.2PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/67f8cf48a101d25f308fda73747b75bdbc179ac37ab6a3ea8d3747a3be36a29a?d=identicon)[marianperca](/maintainers/marianperca)

---

Top Contributors

[![marianperca](https://avatars.githubusercontent.com/u/673596?v=4)](https://github.com/marianperca "marianperca (11 commits)")

---

Tags

phplaravelneo4jtsf

### Embed Badge

![Health badge](/badges/tsf-laravel-neo4j-php-client/health.svg)

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[spiritix/lada-cache

A Redis based, automated and scalable database caching layer for Laravel

592456.3k2](/packages/spiritix-lada-cache)[itpathsolutions/dbstan

Database Standardization and Analysis Tool for Laravel

492.8k](/packages/itpathsolutions-dbstan)[ntanduy/cloudflare-d1-database

Cloudflare D1 database driver for Laravel — full Eloquent &amp; Query Builder support.

267.8k](/packages/ntanduy-cloudflare-d1-database)

PHPackages © 2026

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