2017 © Pedro Peláez
 

module zf3-whoops

ZF3-Whoops, integrated whoops in ZF3 Framework

image

ppito/zf3-whoops

ZF3-Whoops, integrated whoops in ZF3 Framework

  • Tuesday, August 22, 2017
  • by Ppito
  • Repository
  • 1 Watchers
  • 7 Stars
  • 5,733 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 41 % Grown

The README.md

ZF3-Whoops, integrated whoops in Zend Framework 3


Whoops!, (*1)

whoops is an error handler base/framework for PHP. Out-of-the-box, it provides a pretty error interface that helps you debug your web projects, but at heart it's a simple yet powerful stacked error handling system., (*2)

Table of Contents

Module installation

  1. cd my/project/directory
  2. create a composer.json file with following contents:, (*3)

    json { "require": { "ppito/zf3-whoops": "^1.3" } }, (*4)

  3. install composer via curl -s http://getcomposer.org/installer | php (on windows, download http://getcomposer.org/installer and execute it with PHP)
  4. run php composer.phar install
  5. open my/project/directory/configs/modules.config.php and add the following key :, (*5)

    php 'WhoopsErrorHandler', // must be added as the first module, (*6)

  6. optional : copy config/module.config.php in my/project/directory/config/autoload/zf3-whoops.local.php
  7. optional : edit my/project/directory/config/autoload/zf3-whoops.local.php

Features

Render View Manager - Twig Support

(zf3-whoops >= 1.2.0)

By default this module use the simple php render, but you can now specify your favorite render., (*7)

Usage :

Twig render has been supported, you just need to change the template_render configuration:, (*8)

'template_render' => 'zf3_whoops/twig_error',

Module Visibility Manager

(zf3-whoops >= 1.3.0)

It is now possible to manage the module loading by implement your own rules. For example, the module can be loaded only for the admin users or only for dev&preprod environments., (*9)

Usage :

License

ppito/zf3-whoops is licensed under the MIT License - See the LICENSE file for details., (*10)

The Versions

22/08 2017

dev-cli-hotfix

dev-cli-hotfix https://github.com/ppito/zf3-whoops

ZF3-Whoops, integrated whoops in ZF3 Framework

  Sources   Download

MIT License

The Requires

 

by Mickael TONNELIER

zf3 php error whoops zend framework 3

02/05 2017

dev-master

9999999-dev https://github.com/ppito/zf3-whoops

ZF3-Whoops, integrated whoops in ZF3 Framework

  Sources   Download

MIT License

The Requires

 

by Mickael TONNELIER

zf3 php error whoops zend framework 3

02/05 2017

1.3.1

1.3.1.0 https://github.com/ppito/zf3-whoops

ZF3-Whoops, integrated whoops in ZF3 Framework

  Sources   Download

MIT License

The Requires

 

by Mickael TONNELIER

zf3 php error whoops zend framework 3

02/05 2017

dev-development

dev-development https://github.com/ppito/zf3-whoops

ZF3-Whoops, integrated whoops in ZF3 Framework

  Sources   Download

MIT License

The Requires

 

by Mickael TONNELIER

zf3 php error whoops zend framework 3

14/01 2017

1.3.0

1.3.0.0 https://github.com/ppito/zf3-whoops

ZF3-Whoops, integrated whoops in ZF3 Framework

  Sources   Download

MIT License

The Requires

 

by Mickael TONNELIER

zf3 php error whoops zend framework 3

20/11 2016

1.2.0

1.2.0.0 https://github.com/ppito/zf3-whoops

ZF3-Whoops, integrated whoops in ZF3 Framework

  Sources   Download

MIT License

The Requires

 

by Mickael TONNELIER

zf3 php error whoops zend framework 3

20/11 2016

1.1.2

1.1.2.0 https://github.com/ppito/zf3-whoops

ZF3-Whoops, integrated whoops in ZF3 Framework

  Sources   Download

MIT License

The Requires

 

by Mickael TONNELIER

zf3 php error whoops zend framework 3

13/11 2016

1.0.0

1.0.0.0 https://github.com/ppito/zf3-whoops

ZF3-Whoops, integrated whoops in ZF3 Framework

  Sources   Download

MIT License

The Requires

 

by Mickael TONNELIER

zf3 php error whoops zend framework 3