Skip to content

Important versioning information on ArangoDB PHP

Frank Mayer edited this page Oct 18, 2013 · 20 revisions

Important version information on ArangoDB-PHP

Since version 1.0 of this client, it will closely follow the ArangoDB versioning. That means that:

  • ArangoDB-PHP 1.2 is on par with the functionality of ArangoDB 1.2
  • ArangoDB-PHP 1.3 is on par with the functionality of ArangoDB 1.3 etc...

Notice: The third level number of the version is not associated to ArangoDB's third level number, as it states minor updates, bugfixes and patches to the client itself.



ArangoDB-PHP Client to ArangoDB Server interoperability matrix

Current Versions (1.3.x)

ArangoDB-PHP Version ArangoDB Version Comments
1.3.0 1.3.0 through 1.3.3 Provides support for Transactions, Auto-Increment, AQL User Functions and the new statistics interface.
1.3.1 1.3.0 through 1.3.3 Provides support for Transactions, Auto-Increment, AQL User Functions and the new statistics interface.


Development Versions (1.4.devel)

ArangoDB-PHP Version ArangoDB Version Comments
1.4.devel 1.4.devel


Older Versions

ArangoDB-PHP Version ArangoDB Version Comments
1.0.0 1.0.0 through 1.0.4
1.0.1 1.0.0 through 1.0.4
1.1.0 1.1.0 through 1.1.3
1.2.0 1.2.0 through 1.2.1
1.2.1 1.2.2 through 1.2.3 This client version provides support for ArangoDB's autoincrement functionality. (ArangoDB Version 1.2.2+)

Clone this wiki locally