allstak / sdk-php
Official AllStak PHP SDK — drop-in observability for plain PHP and Laravel apps. Captures errors, logs, HTTP requests, DB queries, traces, outbound HTTP, and scheduled cron tasks with one Composer require and one API key.
v1.4.0
2026-05-29 23:32 UTC
Requires
- php: >=8.1
- ext-curl: *
- ext-json: *
Requires (Dev)
- guzzlehttp/guzzle: ^7.0
- guzzlehttp/promises: ^2.0
- illuminate/console: ^10.0|^11.0
- illuminate/contracts: ^10.0|^11.0
- illuminate/http: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- monolog/monolog: ^3.0
- phpunit/phpunit: ^10.0
- psr/http-message: ^1.0|^2.0
- symfony/config: ^6.0|^7.0|^8.0
- symfony/dependency-injection: ^6.0|^7.0|^8.0
- symfony/event-dispatcher: ^6.0|^7.0|^8.0
- symfony/http-foundation: ^6.0|^7.0|^8.0
- symfony/http-kernel: ^6.0|^7.0|^8.0
Suggests
- guzzlehttp/guzzle: Required for outbound HTTP capture via Laravel's Http client (already installed by laravel/framework).
- illuminate/support: Required for the optional Laravel integration (auto-discovered service provider).
- monolog/monolog: Required for the AllStak Monolog handler (AllStak\Monolog\AllStakHandler), Monolog 3.x — usable in any PHP app and in plain Symfony via Monolog.
- symfony/config: Required for the optional Symfony bundle DI configuration.
- symfony/dependency-injection: Required for the optional Symfony bundle DI extension.
- symfony/http-kernel: Required for the optional Symfony bundle (AllStak\Symfony\AllStakBundle).
This package is auto-updated.
Last update: 2026-05-30 09:44:03 UTC