Skip to content

Commit 310f9eb

Browse files
authored
Merge pull request #1 from PromPHP/move-to-promphp-org
Move to promphp org and use promphp/prometheus_client_php
2 parents 06a9acc + bf84aba commit 310f9eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A prometheus push gateway client library written in PHP
22

3-
![Tests](https://github.com/lkaemmerling/prometheus_push_gateway_php/workflows/Tests/badge.svg)
3+
![Tests](https://github.com/promphp/prometheus_push_gateway_php/workflows/Tests/badge.svg)
44

55
This package provides an easy PHP API for Prometheus Push Gateway. It was part of https://github.com/LKaemmerling/prometheus_client_php and was moved into a seperate package as of Prometheus Client PHP Version 2.0.0.
66

@@ -12,7 +12,7 @@ The PushGateway allows Prometheus to get Metrics from Systems that are not scrab
1212
Add as [Composer](https://getcomposer.org/) dependency:
1313

1414
```sh
15-
composer require lkaemmerling/prometheus_push_gateway_php
15+
composer require promphp/prometheus_push_gateway_php
1616
```
1717

1818
## Usage

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "lkaemmerling/prometheus_push_gateway_php",
2+
"name": "promphp/prometheus_push_gateway_php",
33
"description": "Prometheus Push Gateway client for PHP applications.",
44
"type": "library",
55
"require": {
66
"php": "^7.2",
77
"guzzlehttp/guzzle": "^6.3|^7.0",
8-
"lkaemmerling/prometheus_client_php": "^1.0|^2.0"
8+
"promphp/prometheus_client_php": "^1.0|^2.0"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^8.4",

0 commit comments

Comments
 (0)