Skip to content

Commit

Permalink
Move to promphp org and use promphp/prometheus_client_php
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling committed Sep 30, 2020
1 parent 06a9acc commit bf84aba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A prometheus push gateway client library written in PHP

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

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.

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

```sh
composer require lkaemmerling/prometheus_push_gateway_php
composer require promphp/prometheus_push_gateway_php
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "lkaemmerling/prometheus_push_gateway_php",
"name": "promphp/prometheus_push_gateway_php",
"description": "Prometheus Push Gateway client for PHP applications.",
"type": "library",
"require": {
"php": "^7.2",
"guzzlehttp/guzzle": "^6.3|^7.0",
"lkaemmerling/prometheus_client_php": "^1.0|^2.0"
"promphp/prometheus_client_php": "^1.0|^2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
Expand Down

0 comments on commit bf84aba

Please sign in to comment.