Http full status codes representation
- PHP 5.3.x >
First update your dependencies through composer. Add to your composer.json:
"require": {
"stanislav-web/httpstatuses-json": "1.*"
}
php composer.phar install
OR
php composer.phar require stanislav-web/httpstatuses-json 1.*
(Do not forget to include the composer autoloader)
## Usage
#### files for translation
```php
<?php
$info = (new \HttpStatuses\HttpStatuses())->getStatus(404); // 1.xx - 5.xx
// will output you full info
##Issues