2017 © Pedro Peláez
 

library exception

Shared exceptions base library used across Doozr components.

image

doozer-framework/exception

Shared exceptions base library used across Doozr components.

  • Thursday, October 27, 2016
  • by clickalicious
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

logo

Exception

Build Status Code Climate Issue Count Dependency Status, (*1)

Library providing a collection of abstract base exceptions for Doozer-Framework components, libraries and applications., (*2)

Install

You can add it via composer's command line interface:, (*3)

$ composer require Doozer-Framework/Exception:^0.1

OR add it to composer.json:, (*4)

  ...
  "require": {
    "Doozer-Framework/Exception": "^0.1"
  }
  ...

and run update (on single package):, (*5)

$ composer update Doozer-Framework/Exception

Contributing

Feel free to contribute with additions, fixes or documentation. Fork the project, apply your changes and create a pull request so we can review your changes before merging them., (*6)

Code & Standards

We follow the Symfony coding standards., (*7)

Tests

Ensure that the unit-test suite still runs successful before creating a pull request for your additions. The unit-test suite is provided as phpunit.xml.dist in the root of the project. To execute it run the following command from the projects root:, (*8)

$ bin/phpunit -c .

Ensure also that your additions are also covered by unit-tests!, (*9)

Coverage Report

You will find an automatic generated and always up to date coverage report for this repository at: https://doozer-framework.github.io/Exception/, (*10)

This coverage report is being updated automatically after each successful merge to the Doozer master repository (Doozer-Framework/Exception)., (*11)

License

MIT, (*12)

Credits

Icons made by Vectors Market from www.flaticon.com is licensed by CC 3.0 BY

The Versions

27/10 2016

dev-master

9999999-dev https://doozer.readme.io/

Shared exceptions base library used across Doozr components.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

language exception expression clickalicious doozer-framework

27/10 2016

v0.1.2

0.1.2.0 https://doozer.readme.io/

Shared exceptions base library used across Doozr components.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

language exception expression clickalicious doozer-framework

27/10 2016

v0.1.1

0.1.1.0 https://doozer.readme.io/

Shared exceptions base library used across Doozr components.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

language exception expression clickalicious doozer-framework

25/10 2016

v0.1.0

0.1.0.0 https://doozer.readme.io/

Exception trait enriching classes with parser, interpreter and compiler.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

language exception expression clickalicious doozer-framework