Skip to content

Commit 58e00b9

Browse files
authored
Update README.md
1 parent 6302632 commit 58e00b9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1+
![ArangoDB-Logo](https://docs.arangodb.com/assets/arangodb_logo_2016_inverted.png)
2+
13
# ArangoDB-PHP - A PHP client for ArangoDB
24
The official ArangoDB PHP Driver.
35

6+
3.2: [![Build Status](https://travis-ci.org/arangodb/arangodb-php.png?branch=3.2)](https://travis-ci.org/arangodb/arangodb-php)
7+
3.3: [![Build Status](https://travis-ci.org/arangodb/arangodb-php.png?branch=3.3)](https://travis-ci.org/arangodb/arangodb-php)
8+
devel: [![Build Status](https://travis-ci.org/arangodb/arangodb-php.png?branch=devel)](https://travis-ci.org/arangodb/arangodb-php)
9+
410
- [Getting Started](docs/Drivers/PHP/GettingStarted/README.md)
511
- [Tutorial](docs/Drivers/PHP/Tutorial/README.md)
612

713
# More information
814

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)
10-
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.
15+
* More example code, containing some code to create, delete and rename collections, is provided in the [examples](examples) subdirectory that is provided with the library.
1216

1317
* 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.
1418

0 commit comments

Comments
 (0)