chadicus / exceptions
This package is abandoned and no longer maintained.
The author suggests using the subjective-php/exceptions package instead.
Collection of standard exception classes
dev-master
2018-09-20 14:13 UTC
Requires
- php: ^7.0
Requires (Dev)
- php-coveralls/php-coveralls: ^1.0
- phpunit/phpunit: ^6.5
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2019-02-27 16:46:16 UTC
README
Collection of standard exception classes
Requirements
Requires PHP 7.0 or newer and uses composer to install further PHP dependencies. See the composer specification for more details.
Installation
exceptions-php can be installed for use in your project using composer.
The recommended way of using this library in your project is to add a composer.json
file to your project. The following contents would add exceptions-php as a dependency:
composer require traderinteractive/exceptions
Project Build
With a checkout of the code get Composer in your PATH and run:
composer install ./vendor/bin/phpunit ./vendor/bin/phpcs
For more information on our build process, read through out our Contribution Guidelines.