arangodb / arangodb-php

PHP ODM for ArangoDB
https://www.arangodb.com
Apache License 2.0
182 stars 45 forks source link

ArangoDB-PHP Core naming #128

Open frankmayer opened 11 years ago

frankmayer commented 11 years ago

So, I have done some work on the core client over the weekend.

Following the convention that Jan introduced with the current classic client, I have made a local repo which looks like this:

triagens/ArangoDb-Core

the full path to the lib's source files at the moment is like this: triagens/ArangoDb-Core/lib/triagens/ArangoDbCore

That makes the namespace for the core driver : triagens/ArangoDbCore (Classic was triagens/ArangoDb)

The tests and docs follow the convention of the classic client:

triagens/ArangoDb-Core/docs & triagens/ArangoDb-Core/tests

Should I proceed with this? Do you guys have a better idea or suggestions?

Thanks for your input :smile:

F21 commented 11 years ago

I am happy with the conventions :smile: I am really looking forward to this and want to move Paradox to the core driver soon :smile: