You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ArangoDB](https://arangodb.com/"native multi-model database") HTTP client implementation with PHP
11
+
PSR [7](https://www.php-fig.org/psr/psr-7/) / [17](https://www.php-fig.org/psr/psr-17/) / [18](https://www.php-fig.org/psr/psr-18/) support.
10
12
11
-
[ArangoDB](https://arangodb.com/"native multi-model database") PHP PSR 7/17/18 client implementation.
13
+
***Well tested.** Besides unit test and continuous integration/inspection this solution is also ready for production use.
14
+
***Framework agnostic** This PHP library does not depends on any framework but you can use it with your favourite framework.
15
+
***Every change is tracked**. Want to know whats new? Take a look at [CHANGELOG.md](https://github.com/sandrokeil/interop-config/blob/master/CHANGELOG.md)
16
+
***Listen to your ideas.** Have a great idea? Bring your tested pull request or open a new issue.
12
17
13
18
## Requirements
14
19
@@ -17,11 +22,7 @@
17
22
18
23
## Examples
19
24
20
-
Examples of how to create collections or documents and more are provided in the `examples` directory.
21
-
22
-
## Setup
23
-
24
-
TBD
25
+
Examples of how to create collections or documents and more are provided in the [`example`](example) directory.
25
26
26
27
## Tests
27
28
If you want to run the unit tests locally you need [Docker](https://docs.docker.com/engine/installation/"Install Docker")
0 commit comments