https://github.com/php-http/guzzle7-adapter
Guzzle 7 adapter
https://github.com/php-http/guzzle7-adapter
Last synced: 8 months ago
JSON representation
Guzzle 7 adapter
- Host: GitHub
- URL: https://github.com/php-http/guzzle7-adapter
- Owner: php-http
- License: mit
- Created: 2020-09-16T14:03:49.000Z (over 5 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-11-26T11:14:53.000Z (about 1 year ago)
- Last Synced: 2025-04-07T03:14:10.303Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 129 KB
- Stars: 81
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Guzzle 7 HTTP Adapter
[](https://github.com/php-http/guzzle7-adapter/releases)
[](LICENSE)
[](https://packagist.org/packages/php-http/guzzle7-adapter)
**Guzzle 7 HTTP Adapter.**
## Install
Via Composer
``` bash
$ composer require php-http/guzzle7-adapter
```
## Documentation
Please see the [official documentation](http://docs.php-http.org/en/latest/clients/guzzle7-adapter.html).
## Testing
First launch the http server:
```bash
$ ./vendor/bin/http_test_server > /dev/null 2>&1 &
```
Then the test suite:
``` bash
$ composer test
```
## Contributing
Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).
## Security
If you discover any security related issues, please contact us at [security@php-http.org](mailto:security@php-http.org).
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.