aeatech/snapshot-profiler
Laravel/PHP snapshot profiler that captures lightweight performance snapshots of requests and code execution. Helps you track timing, memory usage, and key metrics over time for debugging and regression detection, with simple integration into existing apps.
ProfilerInterface, easing onboarding for new engineers.For Executives: "This package lets us add high-resolution performance profiling to our PHP/Laravel apps—like a ‘black box’ for developers—to identify bottlenecks without upfront costs. Think of it as open-source ‘CT scan’ for our backend. We can start with critical paths (e.g., checkout flow) and scale as needed, avoiding vendor lock-in. MIT license means no hidden costs."
For Engineering:
*"SnapshotProfiler gives us a ProfilerInterface to instrument slow code paths (e.g., N+1 queries, heavy loops) with minimal overhead. It’s PHP-native, so no external agents or complex setup. We can:
APP_PROFILING_ENABLED).How can I help you explore Laravel packages today?