Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexsandrov16/http

Small HTTP library
https://github.com/alexsandrov16/http

Last synced: 1 day ago
JSON representation

Small HTTP library

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).