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)42.3k↓15.6%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 1mo 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 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

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

2253d 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

[spiritix/lada-cache

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

591444.8k2](/packages/spiritix-lada-cache)[glushkovds/phpclickhouse-laravel

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

2031.2M2](/packages/glushkovds-phpclickhouse-laravel)[io238/laravel-iso-countries

Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.

5462.3k](/packages/io238-laravel-iso-countries)[sebastiaanluca/laravel-boolean-dates

Automatically convert Eloquent model boolean attributes to dates (and back).

40111.7k1](/packages/sebastiaanluca-laravel-boolean-dates)[inani/larapoll

A Laravel package to create polls

25517.7k1](/packages/inani-larapoll)[matchory/elasticsearch

The missing elasticsearch ORM for Laravel!

3059.0k](/packages/matchory-elasticsearch)

PHPackages © 2026

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