Description
This is an issue to introduce and follow-up on the progress of splitting the ArangoDB-PHP client.
Introduction:
I am in the process of splitting the driver into core
and higher level
ODM`.
The core-client will provide connectivity to the API's provided by ArangoDB and the goal is for it to stay as light as possible without providing additional functionality.
All additional functionality will be provided by the higher level
part.
This whole idea of doing this, is to provide a basic and light foundation where higher level implementations can be built upon.
For example: Doctrine ODM or a Laravel specific implementation
For special needs, instead of using the provided higher level drivers, one could also write his/her own driver on top of core
Please comment on this issue if you have any suggestions / ideas on this.
Thank you :)