Class SilexSetup Setups Silex applications to measure: - the time of each route - the used memory of each route - the amount of requests of each route It also offers an function to be used for a Prometheus scrapable endpoint.
Class PrometheusExport To export the measurements into the Prometheus format.
Class StopWatch Small utility class to measure the time of something.
Class AbstractStorage The parent class of all storage implementations.
Class DBAL Storage implementation using Doctrine DBAL.
Class Memcached Storage implementation using memcached.
Class MongoDB Storage implementation using MongoDB.
Class Redis Storage implementation using Redis.