aeatech/snapshot-profiler-contracts
Contracts/interfaces for integrating a snapshot-based profiler into Laravel/PHP apps. Provides the core abstractions used by the Snapshot Profiler package ecosystem for capturing, storing, and reporting performance snapshots across implementations.
The package contains a set of interfaces for implementing profiling applications
Base exception interface
Must be implemented in module aware packages like xhprof, newrelic, etc. This interface implementation is used only by \AEATech\SnapshotProfilerContracts\ProfilerInterface only.
Base profiler interface
Some profile modules return profiling data. Profiling data could be customized by implementation of \AEATech\SnapshotProfilerContracts\FilterInterface.
Some profile modules don't store profiling data. Profiling data could be stored by implementation of \AEATech\SnapshotProfilerContracts\SaverInterface.
System requirements:
Installation (Composer):
composer require aeatech/snapshot-profiler-contracts
MIT License. See LICENSE for details.
How can I help you explore Laravel packages today?