endclothing / prometheus_client_php

Prometheus instrumentation library for PHP applications
https://prometheus.io/docs/concepts/metric_types/
Apache License 2.0
150 stars 79 forks source link

Support Guzzle 7 #51

Closed AegirLeet closed 3 years ago

AegirLeet commented 4 years ago

Adds support for Guzzle 7. No actual code changes necessary.

TheM1984 commented 4 years ago

To be honest I'm wondering where in this lib Guzzle is even used.

LKaemmerling commented 4 years ago

FYI I created (and released) are fork that move the Guzzle Dependency to require-dev so it is now possible: https://packagist.org/packages/lkaemmerling/prometheus_client_php https://github.com/lkaemmerling/prometheus_client_php

I will support and maintain it in the future as i use it in many projects.