PHPackages                             malik/crimson - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. malik/crimson

ActiveLibrary[HTTP &amp; Networking](/categories/http)

malik/crimson
=============

A PHP Library to handle the HTTP requests.

v1.0.1(6y ago)2811GPL-2.0-onlyPHP

Since Jan 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/maliknaik16/crimson)[ Packagist](https://packagist.org/packages/malik/crimson)[ Docs](https://github.com/maliknaik16/crimson)[ RSS](/packages/malik-crimson/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (3)Versions (4)Used By (1)

Crimson
=======

[](#crimson)

A PHP Library to handle the HTTP requests in a clean way. This library is built on top of [ReactPHP](https://reactphp.org/).

Installation
============

[](#installation)

The `crimson` can be installed using composer via the following command:

```
composer require malik/crimson:^1.0.0
```

Usage
=====

[](#usage)

The following example code display the message `'Hello, World!!'` when `http://localhost:8080/foo` or `http://127.0.0.1:8080/foo` is accessed with the GET request.

```
