Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owenvoke/http-adapters
A collection of HTTP adapters for API wrappers.
https://github.com/owenvoke/http-adapters
composer http interfaces php
Last synced: about 24 hours ago
JSON representation
A collection of HTTP adapters for API wrappers.
- Host: GitHub
- URL: https://github.com/owenvoke/http-adapters
- Owner: owenvoke
- License: mit
- Created: 2019-10-09T09:43:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T10:55:39.000Z (over 5 years ago)
- Last Synced: 2024-11-27T23:12:37.916Z (2 months ago)
- Topics: composer, http, interfaces, php
- Language: PHP
- Homepage: https://packagist.org/packages/pxgamer/http-adapters
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# HTTP Adapters
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Style CI][ico-styleci]][link-styleci]
[![Code Coverage][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]A collection of HTTP adapters for API wrappers.
## Install
Via Composer
```bash
$ composer require pxgamer/http-adapters
```## Usage
This package contains an [`HttpAdapter`](src/HttpAdapter.php) interface that can be implemented for consistent usage.
Adapters will be created for Guzzle, Curl, etc. in future.
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
```bash
$ composer test
```## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CODE_OF_CONDUCT](.github/CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [pxgamer][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/pxgamer/http-adapters.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/pxgamer/http-adapters/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/213879392/shield
[ico-code-quality]: https://img.shields.io/codecov/c/github/pxgamer/http-adapters.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/pxgamer/http-adapters.svg?style=flat-square[link-packagist]: https://packagist.org/packages/pxgamer/http-adapters
[link-travis]: https://travis-ci.com/pxgamer/http-adapters
[link-styleci]: https://styleci.io/repos/213879392
[link-code-quality]: https://codecov.io/gh/pxgamer/http-adapters
[link-downloads]: https://packagist.org/packages/pxgamer/http-adapters
[link-author]: https://github.com/pxgamer
[link-contributors]: ../../contributors