Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leprephp/http-server

An implementation of PSR-15 HTTP Server Request Handlers
https://github.com/leprephp/http-server

http http-server php php7 psr-15 psr-17 psr-7

Last synced: 1 day ago
JSON representation

An implementation of PSR-15 HTTP Server Request Handlers

Awesome Lists containing this project

README

        

**🚧 This project is in early development stage and it could change significantly in the future.**

# Lepre HTTP Server

[![Build Status](https://travis-ci.org/leprephp/http-server.svg?branch=master)](https://travis-ci.org/leprephp/http-server)
[![Coverage Status](https://coveralls.io/repos/github/leprephp/http-server/badge.svg?branch=master)](https://coveralls.io/github/leprephp/http-server?branch=master)

An implementation of [PSR-15 HTTP Server Request Handlers](https://www.php-fig.org/psr/psr-15/).

## Installation

Install the latest version with [Composer][composer]:

```
$ composer require lepre/http-server
```

### Requirements

This project works with PHP 7.2 or above.

## License

This project is licensed under the MIT License. See the LICENSE file for details.

[composer]: https://getcomposer.org/