php-http / artax-adapter
Installs: 2 043
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 4
Open Issues: 4
Requires
- php: ^7.0
- amphp/artax: ^3.0
- php-http/discovery: ^1.2
- php-http/httplug: ^1.1
Requires (Dev)
- amphp/phpunit-util: ^1
- php-http/client-integration-tests: ^0.6.2
- php-http/message: ^1.6
- phpunit/phpunit: ^6.0
Provides
This package is auto-updated.
Last update: 2024-10-25 07:02:22 UTC
README
Artax HTTP Adapter.
Install
Via Composer
$ composer require php-http/artax-adapter
Documentation
Please see the official documentation.
Testing
First launch the http server:
$ ./vendor/bin/http_test_server > /dev/null 2>&1 &
Then the test suite:
$ composer test
Contributing
Please see our contributing guide.
Security
If you discover any security related issues, please contact us at security@php-http.org.
License
The MIT License (MIT). Please see License File for more information.