Skip to content

Commit 58a9311

Browse files
authored
Update README.md
1 parent 5b76fb7 commit 58a9311

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
![ArangoDB-PHP Logo](http://www.arangodb.com/wp-content/uploads/2013/03/logo_arangodbphp_trans.png)
2-
31
# ArangoDB-PHP - A PHP client for ArangoDB
2+
The official ArangoDB PHP Driver.
3+
4+
- [Getting Started](docs/Drivers/PHP/GettingStarted/README.md)
5+
- [Tutorial](docs/Drivers/PHP/Tutorial/README.md)
6+
7+
# More information
8+
9+
* 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)
410

5-
3.2: [![Build Status](https://travis-ci.org/arangodb/arangodb-php.png?branch=3.2)](https://travis-ci.org/arangodb/arangodb-php)
6-
3.3: [![Build Status](https://travis-ci.org/arangodb/arangodb-php.png?branch=3.3)](https://travis-ci.org/arangodb/arangodb-php)
7-
devel: [![Build Status](https://travis-ci.org/arangodb/arangodb-php.png?branch=devel)](https://travis-ci.org/arangodb/arangodb-php)
11+
* More example code, containing some code to create, delete and rename collections, is provided in the **examples** subdirectory that is provided with the library.
812

13+
* 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.
914

10-
[Follow us on Twitter @arangodbphp to receive updates on the PHP driver](https://twitter.com/arangodbphp)
15+
* [Follow us on Twitter](https://twitter.com/arangodbphp) [@arangodbphp](https://twitter.com/arangodbphp) to receive updates on the PHP driver

0 commit comments

Comments
 (0)