DataDog / php-datadogstatsd

A PHP client for DogStatsd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration with Laravel 5.1

isbkch opened this issue · comments

I was looking for an easy way to integrate it with Laravel 5.1 but couldn't find facade or service provider shipped with it. Is there any plans to add those in the futur ?

@isbkch You can make your own Package.

Here is a package that I made with pretty basic functionality:
https://github.com/chaseconey/laravel-datadog-helper

Thanks for the contribution @chaseconey! Closing this as the linked package should address the original issue.