Shout out to @GianArb for shipping a new release of the InfluxDB-PHP library! Here's what's new: https://t.co/tJQIu9OCbL
— InfluxData (@InfluxDB) February 29, 2016
We are happy to annuonce a new minor release, Influxdb-php library 1.3.0.
This is a list of PRs merged in 1.3.0 since 1.2.2:
- #36 Added quoting of dbname in queries
- #35 Added orderBy to query builder
- #37 Fixed wrong orderby tests
- #38 Travis container-infra and php 7
The QueryBuilder
now support the orderBy function to order our data, InfluxDB supports it from version 0.9.4.
Now you can do it in PHP
We are increase our Continuous Integration system in order to check our code with PHP7, it’s perfect!
We escape our query to support reserved keyword like database
, servers
personally I prefer avoid this type of word but you are free to use them.
Please we are very happy to understand as the PHP community use this library and InfluxDB, please share your experience and your problem into the repository, on IRC (join influxdb on freenode) and we wait you on Twitter.
Remeber to update your composer.json
!
```json
A big thanks at all our contributors!