Download the PHP package uzulla/legacy_http_request without Composer
On this page you can find all versions of the php package uzulla/legacy_http_request. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download uzulla/legacy_http_request
More information about uzulla/legacy_http_request
Files in uzulla/legacy_http_request
Package legacy_http_request
Short Description HTTP_Request library for legacy PHP.
License MIT
Informations about the package legacy_http_request
HttpRequest for legacy app.
This is a reimplementation of PEAR::HTTP_Request using Guzzle.
IMPORTANT NOTE
It is intended to extend the life of old PHP applications and is not a library to be actively used.
It is not for new projects, I recommend to use well-maintained modern libraries (such as Symfony HttpClient) instead of this legacy implementation.
CAUTION
- This library is NOT perfect compatibility with PEAR::HTTP_Request.
- Many methods are not implemented yet.
- ex: Error handling is different (PEAR::Error is not implemented.), also Http method constants are defined as class constants.
Requirements
- PHP 7.2 or higher (maybe)
LICENSE
MIT License
Copyright (c) 2024 uzulla(a.k.a Junichi ISHIDA) [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.