whoops/phalcon

Whoops provider for Phalcon

Installs: 200 832

Dependents: 1

Suggesters: 0

Security: 0

Stars: 8

Watchers: 4

Forks: 5

Open Issues: 0

pkg:composer/whoops/phalcon

v2.0.0 2015-12-20 17:52 UTC

This package is auto-updated.

Last update: 2025-09-10 10:18:43 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);