2017 © Pedro Peláez
 

library arango-odm

php odm client for arango-db

image

cyberrebell/arango-odm

php odm client for arango-db

  • Friday, April 22, 2016
  • by Cyberrebell
  • Repository
  • 2 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Arango-ODM

This library is an PHP ODM for ArangoDB. If offers a lot of helpful tools to work with your ArangoDB in your PHP-Project., (*1)

Warning: Early Development - The usage of this lib may change frequently!

What are the main features of the library?

  • [x] use replaceable adapters to access the database (atm only curl/http)
  • [x] use the DocumentHandler to add, update, delete, find or query with the database
  • [x] use ArangoDB edge-collections to connect your documents
  • [x] use Document-Getters to access connected Documents
  • [x] use Document-Setters to change connections
  • [x] create your collections using ArangoDB webinterface, let the ODM create matching Document-Classes to work with
  • [x] get Document-Objects of the matching custom class back as db-results
  • [ ] optimized internal performance with help of performance benchmarks
  • [ ] improved documentation
  • [ ] PHPUnit tests
  • [ ] socket-adapter

How can i help?

  • You are welcome to test it and give issues to improve it
  • You can create a pull request to contribute

The Versions

22/04 2016

dev-master

9999999-dev

php odm client for arango-db

  Sources   Download

LGPL-3.0

The Requires

  • ext-curl *
  • php >=5.6.0

 

The Development Requires

php nosql odm db arango