CARVIEW |
lemonphp / http-client
The lightweight PSR-18 compatible HTTP client with middleware support
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lemonphp/http-client
Requires
- php: ^7.2
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- psr/log: ^1.1
- symfony/options-resolver: ^5.0
Requires (Dev)
- phpunit/phpunit: ^8.5|^9.0
- slim/psr7: ^1.0
- squizlabs/php_codesniffer: ^3.5
Suggests
None
Provides
Conflicts
None
Replaces
None
MIT c69409a620b2f93e6073685eb0de1f591d637b12
- Oanh Nguyen <oanhnn.bk.woop@gmail.com>
This package is auto-updated.
Last update: 2025-10-11 00:04:09 UTC
README
The lightweight PRS-18 compatible HTTP client with middleware support
Requirements
- php >=7.2
- ext-curl If use
CurlTransport
Installation
Begin by pulling in the package through Composer.
$ composer require lemonphp/http-client
Usage
// TODO
Changelog
See all change logs in CHANGELOG
Testing
$ git clone git@github.com/lemonphp/http-client.git /path $ cd /path $ composer install $ composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email to Oanh Nguyen instead of using the issue tracker.
Credits
License
This project is released under the MIT License.
Copyright © LemonPHP Team.