mirror of https://gitee.com/bigwinds/arangodb
19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
<!-- don't edit here, its from https://@github.com/arangodb/arangodb-php.git / docs/Drivers/ -->
|
|
# ArangoDB-PHP - A PHP client for ArangoDB
|
|
The official ArangoDB PHP Driver.
|
|
|
|
- [Getting Started](GettingStarted/README.md)
|
|
- [Tutorial](Tutorial/README.md)
|
|
- [Changelog](https://github.com/arangodb/arangodb-php/blob/devel/CHANGELOG.md#readme)
|
|
|
|
# More information
|
|
|
|
* Check the ArangoDB PHP client on github.com regularly for new releases and updates: [https://github.com/arangodb/arangodb-php](https://github.com/arangodb/arangodb-php)
|
|
|
|
* More example code, containing some code to create, delete and rename collections, is provided in the [examples](https://github.com/arangodb/arangodb-php/tree/devel/examples) subdirectory that is provided with the library.
|
|
|
|
* PHPDoc documentation for the complete library is in the library's docs subdirectory. Point your browser at this directory to get a click-through version of the documentation after cloning the repository.
|
|
|
|
* [Follow us on Twitter](https://twitter.com/arangodbphp)
|
|
[@arangodbphp](https://twitter.com/arangodbphp) to receive updates on the PHP driver
|