sitchi/phalcon-whoops

Whoops provider for Phalcon

5.0.0 2022-11-15 09:41 UTC

This package is auto-updated.

Last update: 2024-05-15 12:57:42 UTC


README

The provider uses the default Phalcon DI unless you pass a DI instance into the constructor.

new Whoops\Provider\Phalcon\WhoopsServiceProvider();

// --- or ---

$di = new Phalcon\DI\FactoryDefault();
new Whoops\Provider\Phalcon\WhoopsServiceProvider($di);