https://github.com/bedrockstreaming/statsdbundle
Symfony bundle proving a statsd service and smooth integration in sf2
https://github.com/bedrockstreaming/statsdbundle
php statsd symfony-bundle
Last synced: about 1 year ago
JSON representation
Symfony bundle proving a statsd service and smooth integration in sf2
- Host: GitHub
- URL: https://github.com/bedrockstreaming/statsdbundle
- Owner: BedrockStreaming
- License: mit
- Created: 2013-08-14T14:17:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T16:27:30.000Z (over 2 years ago)
- Last Synced: 2025-03-30T00:08:15.098Z (about 1 year ago)
- Topics: php, statsd, symfony-bundle
- Language: PHP
- Homepage:
- Size: 205 KB
- Stars: 55
- Watchers: 46
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
StatsdBundle [](https://github.com/BedrockStreaming/StatsdBundle/actions/workflows/tests.yml)
=======
## Bundle easing the [statsd](https://github.com/etsy/statsd/) usage.
This bundle currently supports `php >=7.1.3` and `symfony 4.4/5.x`.
If you need support for `symfony 3.4/<4.4`, use version [v3.0.0](https://github.com/M6Web/StatsdBundle/tree/v3.0.0).
If you need support for `php >=5.4.0` and `symfony 2.x/3.x`, use version [v2.15.1](https://github.com/M6Web/StatsdBundle/tree/v2.15.1).
* [about](doc/about.md)
* [installation](doc/installation.md)
* [usage](doc/usage.md)
* [faq](doc/faq.md)
* [contributing](CONTRIBUTING.md)
## License
M6WebStatsdBundle is licensed under the [MIT license](LICENSE).