https://github.com/CleverCloud/lumen-statsd-example
Run Lumen with StatsD on Clever Cloud
https://github.com/CleverCloud/lumen-statsd-example
clevercloud-example lumen statsd
Last synced: 6 months ago
JSON representation
Run Lumen with StatsD on Clever Cloud
- Host: GitHub
- URL: https://github.com/CleverCloud/lumen-statsd-example
- Owner: CleverCloud
- Created: 2018-01-15T17:03:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T17:18:20.000Z (over 7 years ago)
- Last Synced: 2024-08-04T17:08:46.651Z (10 months ago)
- Topics: clevercloud-example, lumen, statsd
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-clever-cloud - demo-lumen-statsd
README
# Demo Lumen StatsD
This repository contains a basic Lumen application and uses The PHP League [statsd-client](https://github.com/thephpleague/statsd).
Take a look at the `public/index.php` file. It contains the basic code to create a StatsD client and send data to a custom counter.