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
Please take a look [here](https://github.com/arangodb/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix) for the **ArangoDB-PHP Client** / **ArangoDB Server** interoperability matrix.
39
+
Please take a look [here](https://github.com/arangodb/arangodb-php/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix) for the **ArangoDB-PHP Client** / **ArangoDB Server** interoperability matrix.
40
40
41
-
**[Important versioning information on ArangoDB-PHP](https://github.com/arangodb/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP)**
41
+
**[Important versioning information on ArangoDB-PHP](https://github.com/arangodb/arangodb-php/wiki/Important-versioning-information-on-ArangoDB-PHP)**
42
42
43
43
<br>
44
44
<a name="description"/a>
@@ -65,7 +65,7 @@ The client library provides document and collection classes you can use to work
65
65
<a name="requirements"/a>
66
66
# Requirements
67
67
68
-
* ArangoDB database server version 1.4 or higher (detailed info [here](https://github.com/arangodb/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix))
68
+
* ArangoDB database server version 1.4 or higher (detailed info [here](https://github.com/arangodb/arangodb-php/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix))
69
69
70
70
* PHP version 5.3 or higher (Travis-tested with 5.4, 5.5, 5.6 and hhvm)
When preferring this alternative, you need to have a git client installed. To clone the ArangoDB PHP client repository from github, execute the following command in your project directory:
This will create a subdirectory ArangoDB-PHP in your current directory. It contains all the files of the client library. It also includes a dedicated autoloader that you can use for autoloading the client libraries class files.
172
+
This will create a subdirectory arangodb-php in your current directory. It contains all the files of the client library. It also includes a dedicated autoloader that you can use for autoloading the client libraries class files.
173
173
To invoke this autoloader, add the following line to your PHP files that will use the library:
174
174
175
175
```php
176
-
require 'ArangoDB-PHP/autoload.php';
176
+
require 'arangodb-php/autoload.php';
177
177
```
178
178
179
179
@@ -185,7 +185,7 @@ The ArangoDB PHP client's autoloader will only care about its own class files an
185
185
If you do not wish to include autoload.php to load and setup the autoloader, you can invoke the autoloader directly:
*[Follow us on Twitter @arangodbphp to receive updates on the php driver](https://twitter.com/arangodbphp)
647
647
648
-
* 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)
648
+
* 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)
0 commit comments