httpsoft/http-basis

Simple and fast HTTP microframework implementing PSR standards

Maintainers

👁 devanych

Package info

github.com/httpsoft/http-basis

Homepage

Documentation

pkg:composer/httpsoft/http-basis

Statistics

Installs: 42 985

Dependents: 4

Suggesters: 0

Stars: 13

Open Issues: 0

1.1.2 2024-12-29 23:48 UTC

MIT 373bd3b4fbd81289ca0e0a7b46134c5db75381d8

microframeworkphphttppsr-7PSR-11psr-15http-framework

This package is auto-updated.

Last update: 2026-06-29 02:00:37 UTC


README

👁 License
👁 Latest Stable Version
👁 Total Downloads
👁 GitHub Build Status
👁 GitHub Static Analysis Status
👁 Scrutinizer Code Coverage
👁 Scrutinizer Code Quality

This package is a simple and fast HTTP microframework implementing PHP standards recommendations.

This package helps you quickly create simple but high-quality web applications and APIs.

Documentation

Installation

This package requires PHP version 7.4 or later.

To create the project you can use a ready-made application template:

composer create-project --prefer-dist httpsoft/http-app <app-dir>

or install a microframework:

composer require httpsoft/http-basis

and configure everything manually, see the documentation for more details.