PHPackages                             denisgold/neo4jphp - 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. denisgold/neo4jphp

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

denisgold/neo4jphp
==================

Wrapper for the Neo4j graph database REST interface

0.1.2(10y ago)0821MITPHPPHP &gt;=5.3.0

Since Nov 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/DenisGold/neo4jphp)[ Packagist](https://packagist.org/packages/denisgold/neo4jphp)[ Docs](http://github.com/jadell/neo4jphp/wiki)[ RSS](/packages/denisgold-neo4jphp/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (5)Used By (1)

Neo4jPHP
========

[](#neo4jphp)

Author: Denis Stoliarchuk
Copyright (c) 2016-2017

PHP Wrapper for the Neo4j graph database REST interface. The latest version of the original project was apparently abandoned. This fork was made to make this library compatible with PHP 7.

In-depth documentation and examples:

API documentation:

Install
-------

[](#install)

### Using Composer

[](#using-composer)

1. From the command line `composer require "denisgold/neo4jphp" "dev-master"`
2. In your PHP script `require("vendor/autoload.php");`

Connection Test
---------------

[](#connection-test)

Create a script named `neo4jphp_connect_test.php`:

```
