Skip to content

PHP Rethink QL driver 1.3.0

Compare
Choose a tag to compare
@tbolier tbolier released this 09 Sep 18:08
· 7 commits to master since this release

We are proud to release a new version of the PHP Rethink QL driver.

Changelog

  • Improved code completion when writing ReQL queries #47
  • Simplified the return types by concrete return types instead of interfaces #47
  • Replacing interfaces by traits #47
  • Implemented ReQL string manipulations ge, le and not #60
  • Implemented ReQL selecting data between operation #56
  • Implemented ReQL manipulations hasFields, Keys, Pluck, Values and Without #52

This stable version is fully tested and build upon our coding standards and principles. You can easily integrate this version in your production applications. Version 1.3.0 supports the following ReQL commands.