PromPHP / prometheus_client_php

Prometheus instrumentation library for PHP applications
https://prometheus.io/docs/concepts/metric_types/
Apache License 2.0
415 stars 91 forks source link

Add a Laravel Cache Adapter #148

Open pselge-5anker opened 5 months ago

pselge-5anker commented 5 months ago

adds an optional Laravel Cache Adapter that plugs right in and supports all of the available illuminate/cache drivers.

mvhirsch commented 4 months ago

Cool idea! But could we take this a step further and instead of pinning it to laraval, use PSR? illuminate/cache implements psr/simple-cache a.k.a. PSR 16. That allows to use e.g. symfony/cache , too. WDYT?