Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/longitude-one/neo4j-php-ogm


https://github.com/longitude-one/neo4j-php-ogm

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Neo4j PHP OGM

## Object Graph Mapper for Neo4j in PHP

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

**Current Release** : `1.0.0-RC11`

## Installation

Install with composer

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

## Documentation

The new documentation is available on [ReadTheDocs](https://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 `neo4j` and `neo4j-php-ogm` tags.

For issues, please raise a Github issue in [the repository](https://github.com/longitude-one/neo4j-php-ogm/issues).

## License

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