2017 © Pedro Peláez
 

cakephp-plugin whoops

Whoops for CakePHP 3

image

gourmet/whoops

Whoops for CakePHP 3

  • Tuesday, August 2, 2016
  • by jadb
  • Repository
  • 6 Watchers
  • 25 Stars
  • 18,253 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 2 Forks
  • 4 Open issues
  • 6 Versions
  • 6 % Grown

The README.md

Build Status Coverage Status Total Downloads Latest Stable Version, (*1)

Whoops

Built to seamlessly integrate Whoops with CakePHP 3., (*2)

Install

Using Composer:, (*3)

composer require gourmet/whoops:~1.0

As this plugin only offers a Whoops handler for CakePHP, there is no need to enable it per se. You only need to configure that handler instead of Cake's own ErrorHandler by replacing the following line in bootstrap.php:, (*4)

(new ErrorHandler(Configure::read('Error')))->register();

with the Whoops handler:, (*5)

(new \Gourmet\Whoops\Error\WhoopsHandler(Configure::read('Error')))->register();

That's it!, (*6)

License

Copyright (c)2015, Jad Bitar and licensed under The MIT License., (*7)

The Versions

02/08 2016

dev-master

9999999-dev http://github.com/gourmet/whoops

Whoops for CakePHP 3

  Sources   Download

MIT

The Requires

 

cakephp whoops

02/08 2016

v1.1.0

1.1.0.0 http://github.com/gourmet/whoops

Whoops for CakePHP 3

  Sources   Download

MIT

The Requires

 

cakephp whoops

27/03 2015

v1.0.0

1.0.0.0 http://github.com/gourmet/whoops

Whoops for CakePHP 3

  Sources   Download

MIT

The Requires

 

cakephp whoops

28/02 2015

v0.2.0

0.2.0.0 http://github.com/gourmet/whoops

Whoops for CakePHP 3

  Sources   Download

MIT

The Requires

 

cakephp whoops

15/08 2014

0.1.1

0.1.1.0 http://github.com/gourmet/whoops

Whoops for CakePHP 3

  Sources   Download

MIT

The Requires

 

cakephp whoops

02/05 2014

0.1.0

0.1.0.0 http://github.com/gourmet/whoops

Whoops for CakePHP 3

  Sources   Download

MIT

The Requires

 

cakephp whoops