PHPackages                             oasis/http - 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. [Framework](/categories/framework)
4. /
5. oasis/http

ActiveLibrary[Framework](/categories/framework)

oasis/http
==========

A Symfony MicroKernel-based HTTP framework for routing, middleware, security, and more.

v3.8.1(1mo ago)013.7k[5 PRs](https://github.com/oasmobile/php-http/pulls)2MITHTMLPHP &gt;=8.5CI failing

Since Mar 9Pushed 3w ago3 watchersCompare

[ Source](https://github.com/oasmobile/php-http)[ Packagist](https://packagist.org/packages/oasis/http)[ RSS](/packages/oasis-http/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (38)Versions (105)Used By (2)

**oasis/http**
==============

[](#oasishttp)

**oasis/http** is a composer component that provides a simple yet useful framework for building web applications. This component is built on top of the [Symfony](https://symfony.com/ "Symfony Framework") MicroKernel, leveraging [Symfony](https://symfony.com/ "Symfony Framework") components for routing, security, dependency injection, and more.

### Requirements

[](#requirements)

- PHP &gt;= 8.5

### Installation

[](#installation)

Install the latest version with command below:

```
$ composer require oasis/http
```

### Web Server Configuration

[](#web-server-configuration)

All examples in this documentation rely on a well-configured web server.

Please refer to [Symfony Web Server Configuration](https://symfony.com/doc/current/setup/web_server_configuration.html)for sample web server configurations.

### Basic Usage

[](#basic-usage)

The first step of using **oasis/http** is to instantiate an `Oasis\Mlib\Http\MicroKernel` object.

```
