stanislav-web / httpstatuses-json
Http full status codes representation
v1.0-stable
2015-07-06 23:02 UTC
Requires
- php: >=5.3.0
Suggests
- stanislav-web/phalcon-searcher: Phalcon Database Searcher. This is the search service is designed to search multiple SQL tables. Convenient to use autocomplete, search documents, search the whole site.
- stanislav-web/phalcon-ulogin: Phalcon ULogin. The authorization form uLogin through social networks
- stanislav-web/phalcon-uploader: Phalcon files uploader. Handling and downloading files for Phalcon projects. Allowed multiple files download, filters etc...
This package is not auto-updated.
Last update: 2024-11-09 18:22:13 UTC
README
Http full status codes representation
System requirements
- PHP 5.3.x >
Install
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