promphp/prometheus_push_gateway_php
Prometheus Push Gateway client for PHP applications.
v1.1.1
2.6M downloads/mo
#2856 most downloaded on Packagist
PromPHP/prometheus_push_gateway_php
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships unpredictably
gaps range from 9 days to 1.4 years
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
4 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Sep 2020 to Apr 2022Releases
latest 4-
v1.1.111 Apr 2022Release notes
Open source →What's Changed
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #7
- Move default timeouts from request to client configuration. by @claude-vessaz-hs in #9
New Contributors
- @dependabot-preview made their first contribution in #7
- @claude-vessaz-hs made their first contribution in #9
Full Changelog: v1.1.0...v1.1.1
-
v1.1.018 Nov 2020Release notes
Open source →Features:
- PHP 8 Support (#4, @LKaemmerling)
- Add Support For HTTPS Pushgateway endpoints (#2, @andremv)
Improvements:
- Improve Type Hinting (#3, @LKaemmerling)
-
v1.0.130 Sep 2020Release notes
Open source →First release as https://github.com/PromPHP/prometheus_push_gateway_php .
This release does not contain any breaking change.
-
v1.0.021 Sep 2020Release notes
Open source →First release out of https://github.com/LKaemmerling/prometheus_client_php
You can use
composer require lkaemmerling/prometheus_push_gateway_phpfor installation.Migration from lkaemmerling/prometheus_client_php v1.0.3 to this package:
- Use
new \PrometheusPushGateway\PushGateway($pushGatewayAddress);instead ofnew \Prometheus\PushGateway($pushGatewayAddress);
🎉
- Use