arangodb-php
arangodb-php copied to clipboard
ArangoDB-PHP Core naming
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:
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: