https://github.com/phauthentic/http-services
A collection of utility services that work with the PSR request and response objects.
https://github.com/phauthentic/http-services
Last synced: 25 days ago
JSON representation
A collection of utility services that work with the PSR request and response objects.
- Host: GitHub
- URL: https://github.com/phauthentic/http-services
- Owner: Phauthentic
- Created: 2019-01-15T13:43:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T14:01:45.000Z (over 7 years ago)
- Last Synced: 2025-01-02T23:48:31.685Z (over 1 year ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# HTTP Services
[](LICENSE)
[](https://scrutinizer-ci.com/g/Phauthentic/http-services/)
[](https://scrutinizer-ci.com/g/Phauthentic/http-services/)
This library provides a set of service classes that all operate on the PSR request and / or response objects.
**This is not yet ready for prodction! Still in development!**
## Installation
You can install this library using [composer](http://getcomposer.org):
```
composer require Phauthentic/http-services
```
## Requirements
Your application **must** use the [PSR 7 HTTP Message interfaces](https://github.com/php-fig/http-message) for your request and response objects. The whole library is build to be framework agnostic but uses these interfaces as the common API. Every modern and well written framework and application should fulfill this requirement.
* php >= 7.1
* [psr/http-message](https://github.com/php-fig/http-message)
* [psr/http-factory](https://github.com/php-fig/http-factory)
## Documentation
* [Download Service](docs/Download-Service.md)
* [Redirect Service](docs/RedirectService.md)
* [Request Handler Service](docs/Request-Handler-Service.md)
## Copyright & License
Licensed under the [MIT license](LICENSE.txt).
Copyright (c) [Phauthentic](https://github.com/Phauthentic)