Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexsandrov16/http
Small HTTP library
https://github.com/alexsandrov16/http
Last synced: 1 day ago
JSON representation
Small HTTP library
- Host: GitHub
- URL: https://github.com/alexsandrov16/http
- Owner: alexsandrov16
- License: mit
- Created: 2024-04-12T18:33:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T15:12:02.000Z (25 days ago)
- Last Synced: 2025-01-17T15:37:05.460Z (25 days ago)
- Language: PHP
- Size: 96.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mk4U\Http
![GitHub Release](https://img.shields.io/github/v/release/alexsandrov16/http?include_prereleases&style=flat-square&color=blue)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/alexsandrov16/http?style=flat-square)
![GitHub License](https://img.shields.io/github/license/alexsandrov16/http?style=flat-square)This small library provides a simple and easy to use interface for creating, sending and receiving HTTP requests and responses. Although many of the concepts of the PSR-7 standard are present in this library, it is not intended to seek compatibility with that recommendation.
## Installation
The installation of this library can be done with Composer:```bash
composer require mk4u/http
```## Usage
This library provides a variety of functions to simplify the management of the input and output of your application or API. It also provides the essential tools to work efficiently with HTTP protocols.For more details, please refer to the documentation:
- [Mk4U\Http\Client.php](https://github.com/alexsandrov16/http/blob/main/docs/client.md)
- [Mk4U\Http\Cookie.php](https://github.com/alexsandrov16/http/blob/main/docs/cookie.md)
- [Mk4U\Http\Headers.php](https://github.com/alexsandrov16/http/blob/main/docs/headers.md)
- [Mk4U\Http\Request.php](https://github.com/alexsandrov16/http/blob/main/docs/request.md)
- [Mk4U\Http\Response.php](https://github.com/alexsandrov16/http/blob/main/docs/response.md)
- [Mk4U\Http\Session.php](https://github.com/alexsandrov16/http/blob/main/docs/session.md)
- [Mk4U\Http\Status.php](https://github.com/alexsandrov16/http/blob/main/docs/status.md)
- [Mk4U\Http\Stream.php](https://github.com/alexsandrov16/http/blob/main/docs/stream.md)
- [Mk4U\Http\UploadedFile.php](https://github.com/alexsandrov16/http/blob/main/docs/uploadedfile.md)
- [Mk4U\Http\Uri.php](https://github.com/alexsandrov16/http/blob/main/docs/uri.md)## Contribute
Your contributions are welcome! If you encounter any problems or have any improvements to suggest, please open an issue or send a pull request.## License
This project is licensed under the [MIT License](https://github.com/alexsandrov16/http?tab=MIT-1-ov-file).## Contact
If you have any questions or comments, feel free to contact me at [Telegram](http://t.me/alexsadrov16).