Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/graphaware/neo4j-php-ogm

Neo4j Object Graph Mapper for PHP
https://github.com/graphaware/neo4j-php-ogm

doctrine graph graph-database graph-mapper neo4j ogm php

Last synced: about 1 month ago
JSON representation

Neo4j Object Graph Mapper for PHP

Awesome Lists containing this project

README

        

THIS REPOSITORY IS ARCHIVED.

Please head to http://github.com/neo4j-php or http://neo4j.com/developer/php for up-to-date PHP support for Neo4j.

---

# GraphAware Neo4j PHP OGM

## Object Graph Mapper for Neo4j in PHP

[![Build Status](https://travis-ci.org/graphaware/neo4j-php-ogm.svg?branch=master)](https://travis-ci.org/graphaware/neo4j-php-ogm)
[![Latest Stable Version](https://poser.pugx.org/graphaware/neo4j-php-ogm/v/stable.svg)](https://packagist.org/packages/graphaware/neo4j-php-ogm)
[![Latest Unstable Version](https://poser.pugx.org/graphaware/neo4j-php-ogm/v/unstable)](https://packagist.org/packages/graphaware/neo4j-php-ogm)
[![Total Downloads](https://poser.pugx.org/graphaware/neo4j-php-ogm/downloads)](https://packagist.org/packages/graphaware/neo4j-php-ogm)
[![License](https://poser.pugx.org/graphaware/neo4j-php-ogm/license)](https://packagist.org/packages/graphaware/neo4j-php-ogm)

**Current Release** : `1.0.0-RC9`

## Installation

Install with composer

```cli
composer require graphaware/neo4j-php-ogm:@rc
```

## Documentation

The new documentation is available on [ReadTheDocs](http://neo4j-php-ogm.readthedocs.io/en/latest/).

Some parts from the [old documentation](docs/reference/01-intro.md) might be still missing.

## Getting Help

For questions, please open a new thread on [StackOverflow](https://stackoverflow.com) with the `graphaware`, `neo4j` and `neo4j-php-ogm` tags.

For isses, please raise a Github issue in the repository.

## License

The library is released under the MIT License, refer to the LICENSE file bundled with this package.