Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pollen-solutions/http
Pollen Solutions - Http Component - HTTP specification layer with PSR-7 compatibility
https://github.com/pollen-solutions/http
php
Last synced: 6 days ago
JSON representation
Pollen Solutions - Http Component - HTTP specification layer with PSR-7 compatibility
- Host: GitHub
- URL: https://github.com/pollen-solutions/http
- Owner: pollen-solutions
- License: mit
- Created: 2021-07-09T09:02:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T21:36:58.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T22:56:01.444Z (4 months ago)
- Topics: php
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Http Component
[![Latest Stable Version](https://img.shields.io/packagist/v/pollen-solutions/http.svg?style=for-the-badge)](https://packagist.org/packages/pollen-solutions/http)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-green?style=for-the-badge)](LICENSE.md)
[![PHP Supported Versions](https://img.shields.io/badge/PHP->=7.4-8892BF?style=for-the-badge&logo=php)](https://www.php.net/supported-versions.php)Pollen Solutions **Http** Component is an HTTP specification layer.
## Installation
```bash
composer require pollen-solutions/http
```