Author: Manuel Lemos
Posted on: 2017-11-14
Categories: Notable Packages
HTTP status are numbers that define the type of response that a Web server returned for each request, like for instance 200 when it succeeded, or 404 when accessing a page that does not exist.
The status code usually is returned with a text messages in English. If the user does not understand English, he may not understand what the status code message means.
This class can provide translations for messages of many well known status code numbers.
Read this article to learn more details about how this notable PHP package works.
The status code usually is returned with a text messages in English. If the user does not understand English, he may not understand what the status code message means.
This class can provide translations for messages of many well known status code numbers.
Read this article to learn more details about how this notable PHP package works.
The package PHP HTTP Status Code is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Get descriptions of HTTP response status codes
Here follows in more detail what it does:
This class can get descriptions of HTTP response status codes.
It can load from a JSON file the definitions for many of the most common HTTP status codes.
The class can return either a short or a long description in a given language for each of the supported status codes.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Get descriptions of HTTP response status codes
Here follows in more detail what it does:
This class can get descriptions of HTTP response status codes.
It can load from a JSON file the definitions for many of the most common HTTP status codes.
The class can return either a short or a long description in a given language for each of the supported status codes.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.