Skip to content

Simple and fast HTTP microframework implementing PSR standards

License

Notifications You must be signed in to change notification settings

httpsoft/http-basis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

373bd3b · Dec 29, 2024

History

60 Commits
Dec 29, 2024
Dec 29, 2024
Dec 18, 2022
Aug 8, 2021
May 5, 2023
May 5, 2023
Aug 8, 2021
Dec 29, 2024
Sep 26, 2020
Nov 5, 2020
May 5, 2023
May 5, 2023
May 5, 2023
May 5, 2023

Repository files navigation

HTTP Basis

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.