chadicus / exceptions
Collection of standard exception classes
Installs: 1 168
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 3
pkg:composer/chadicus/exceptions
Requires
- php: ^7.0||^8.0
Requires (Dev)
- phpunit/phpunit: ^6.5||^9.0
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2025-10-07 19:14:28 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.