An open API service indexing awesome lists of open source software.

https://github.com/subjective-php/spl-exceptions

Collection of standard exception classes
https://github.com/subjective-php/spl-exceptions

Last synced: about 1 year ago
JSON representation

Collection of standard exception classes

Awesome Lists containing this project

README

          

# SubjectivePHP\Spl\Exceptions

[![Latest Stable Version](https://poser.pugx.org/subjective-php/spl-exceptions/v/stable)](https://packagist.org/packages/subjective-php/spl-exceptions)
[![Latest Unstable Version](https://poser.pugx.org/subjective-php/spl-exceptions/v/unstable)](https://packagist.org/packages/subjective-php/spl-exceptions)
[![License](https://poser.pugx.org/subjective-php/spl-exceptions/license)](https://packagist.org/packages/subjective-php/spl-exceptions)

[![Total Downloads](https://poser.pugx.org/subjective-php/spl-exceptions/downloads)](https://packagist.org/packages/subjective-php/spl-exceptions)
[![Daily Downloads](https://poser.pugx.org/subjective-php/spl-exceptions/d/daily)](https://packagist.org/packages/subjective-php/spl-exceptions)
[![Monthly Downloads](https://poser.pugx.org/subjective-php/spl-exceptions/d/monthly)](https://packagist.org/packages/subjective-php/spl-exceptions)

Collection of standard exception classes

## Requirements

SubjectivePHP\Spl\Exceptions requires PHP 7.0 (or later).

## Composer
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on`'subjective-php/spl-exceptions'`to your project's `composer.json` file such as:

```sh
composer install subjective-php/spl-exceptions
```

## Contact
Developers may be contacted at:

* [Pull Requests](https://github.com/subjective-php/spl-exceptions/pulls)
* [Issues](https://github.com/subjective-php/spl-exceptions/issues)

## Project Build
With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:

```sh
composer install
./vendor/bin/phpunit
./vendor/bin/phpcs
```