Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 66 | All time: 10,366 This week: 47 |
Version | License | PHP version | Categories | |||
justhttpstatuscodes 1.0 | GNU General Publi... | 5 | HTTP, PHP 5 |
Description | Author | |
This class provides constants for the most common HTTP status codes. |
Simplest. Clean. Efficient. Just what your project needs ?
Don't hardcode HTTP status codes. Magic numbers (hard-coded numbers) make your code hard to be read and understood.
When you have all status codes are stored in readable constants, it makes the development of your application so easy and enjoyable.
It prevents you of using the wrong HTTP status code and saves time and energy when developing an API that involves various HTTP status codes to be sent.
PHP v7.3 or newer ?
composer require ph-7/just-http-status-codes
If you don't already use composer in your project, include Composer's autoload as below in the main index file, bootstrap or in another file that is always included in all pages.
require __DIR__ . '/vendor/autoload.php';
Just use the beautiful HTTP status code you need.
Like below ?
use PH7\JustHttp\StatusCode;
StatusCode::OK; // This is 200
StatusCode::CREATED; // 201 code
StatusCode::NOT_FOUND; // 404
StatusCode::INTERNAL_SERVER_ERROR; // 500
[![@phenrysay][twitter-image]](https://twitter.com/phenrysay) [![pH-7][github-image]](https://github.com/pH-7)
Pierre-Henry Soria, a highly passionate, zen & pragmatic software engineer ?
??? Are you enjoying it? Offer me a coffee and boost the software development at the same time! ?
[![Watch the video][video-thumbnail]](https://www.youtube.com/watch?v=fK9K-UrLHNE)
? Click here to watch on YouTube
Just HTTP StatusCodes is generously distributed under the _MIT_ ? Enjoy!
<!-- GitHub's Markdown reference links --> [twitter-image]: https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white [github-image]: https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white [video-thumbnail]: https://i1.ytimg.com/vi/fK9K-UrLHNE/sddefault.jpg
Files (11) |
File | Role | Description | ||
---|---|---|---|---|
.github (1 file, 1 directory) | ||||
media (1 file) | ||||
src (1 file) | ||||
tests (1 directory) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE.md | Lic. | License text | ||
php-http-status-codes.png | Data | Auxiliary data | ||
phpunit.xml.dist | Data | Auxiliary data | ||
README.md | Doc. | Documentation | ||
save-code.sh | Data | Auxiliary data |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
justhttpstatuscodes-2022-08-07.zip 121KB | |
justhttpstatuscodes-2022-08-07.tar.gz 121KB | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.