Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/longitude-one/neo4j-php-ogm
https://github.com/longitude-one/neo4j-php-ogm
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/longitude-one/neo4j-php-ogm
- Owner: longitude-one
- License: mit
- Created: 2020-07-01T19:35:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T13:45:29.000Z (over 4 years ago)
- Last Synced: 2024-11-14T14:41:39.520Z (5 days ago)
- Language: PHP
- Size: 721 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.