Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/graphaware/neo4j-php-ogm
- Owner: graphaware
- License: mit
- Archived: true
- Created: 2016-03-01T17:32:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T16:52:21.000Z (almost 3 years ago)
- Last Synced: 2024-09-25T23:22:04.031Z (about 1 month ago)
- Topics: doctrine, graph, graph-database, graph-mapper, neo4j, ogm, php
- Language: PHP
- Size: 1.32 MB
- Stars: 153
- Watchers: 36
- Forks: 55
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neo4j - Neo4j-PHP-OGM - Doctrine style Object Graph Mapper for Neo4j (REST API / PHP)
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.