influxdata / influxdb-php

influxdb-php: A PHP Client for InfluxDB, a time series database
http://influxdb.com
MIT License
432 stars 125 forks source link

Add support for Guzzle client version 7.x. #149

Closed BusterNeece closed 4 years ago

BusterNeece commented 4 years ago

The Guzzle API for versions 6.x and 7.x are very similar, so much so that in the case of this library the only requirement should be simply to add support for it.

Gared commented 4 years ago

I would love to see this merged. Can we merge this, please?

Jellyfrog commented 4 years ago

Need this for Laravel 8

stayallive commented 4 years ago

Laravel 8 will also work with Guzzle 6 it just recommends to update it to 7, but it's not technically needed (https://github.com/laravel/laravel/pull/5381#issuecomment-689101352) but it would be nice to allow 7.x regardless 👍

Gared commented 4 years ago

Can we merge this please @gianarb @thecodeassassin ?

thecodeassassin commented 4 years ago

Merged and released version 1.15.1