PHPackages                             elasticorange/zenyatta - 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. elasticorange/zenyatta

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

elasticorange/zenyatta
======================

Interface for neo4j

1.0.0(9y ago)02MITPHPPHP ~5.6|~7.0

Since Feb 20Pushed 9y agoCompare

[ Source](https://github.com/ElasticOrange/Zenyatta)[ Packagist](https://packagist.org/packages/elasticorange/zenyatta)[ Docs](https://github.com/ElasticOrange/Zenyatta)[ RSS](/packages/elasticorange-zenyatta/feed)WikiDiscussions master Synced 2mo ago

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

zenyatta
========

[](#zenyatta)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1575f233f96b401d27c62e917738207e49db7279c67a406af2fd38c5def49cc7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c61737469636f72616e67652f7a656e79617474612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elasticorange/zenyatta)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/d5026c15703d88887985a529c1c178812ed7da3a4ce5fdc71b2187b0674f0f5e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f656c61737469636f72616e67652f7a656e79617474612f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/elasticorange/zenyatta)[![Coverage Status](https://camo.githubusercontent.com/d32ee959e51c6e182238df47ef0b0a91337d867cb8949743a5cbef5260c5517e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f656c61737469636f72616e67652f7a656e79617474612e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/elasticorange/zenyatta/code-structure)[![Quality Score](https://camo.githubusercontent.com/d26b952216c4612a3d2bc9d2c3d03cdd0b170d1feb821812592533fd778dd80d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f656c61737469636f72616e67652f7a656e79617474612e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/elasticorange/zenyatta)[![Total Downloads](https://camo.githubusercontent.com/b2490791ffc2df0404b64090b36eeeed9dc0a42d843e989eaf5d8bef908b187a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656c61737469636f72616e67652f7a656e79617474612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elasticorange/zenyatta)

Library that interfaces neo4j for Laravel 5.x

We like PSR2

Structure
---------

[](#structure)

If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.

```
config/
src/

```

Install
-------

[](#install)

Via Composer

```
$ composer require elasticorange/zenyatta:dev-master
```

Usage
-----

[](#usage)

Add the provider in `config/app.php`

```
'providers' => [
    [...]

    // Zenyatta interface for Neo4j
    ElasticOrange\Zenyatta\ZenyattaServiceProvider::class,
```

And the alias for good measure

```
'aliases' => [
    [...]

    // Zenyatta interface for Neo4j alias
    'Zenyatta' => ElasticOrange\Zenyatta\Zenyatta::class,
```

Publish the config file

```
$ php artisan vendor:publish --tag=config
```

Add your environment variables in your `.env` file. Check the published config file for the variable names.

After that you can use it in your beautiful application

```
use Zenyatta;
[...]

$z = new Zenyatta();
$r = $z->getQuery("MATCH (n) RETURN n LIMIT 10");
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- \[Daniel Luca\]\[\]
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3367d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/821891ad8c670c11dbc2352cb507bdabd9f8e1dc5915ff4cc80d64e6a7bda2bd?d=identicon)[hydrarulz](/maintainers/hydrarulz)

---

Tags

laravellaravel-5-packageneo4jElasticOrangeZenyatta

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/elasticorange-zenyatta/health.svg)

```
[![Health](https://phpackages.com/badges/elasticorange-zenyatta/health.svg)](https://phpackages.com/packages/elasticorange-zenyatta)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[genealabs/laravel-pivot-events

This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

1404.9M8](/packages/genealabs-laravel-pivot-events)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)

PHPackages © 2026

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