Download the PHP package httpsoft/http-app without Composer
On this page you can find all versions of the php package httpsoft/http-app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download httpsoft/http-app
More information about httpsoft/http-app
Files in httpsoft/http-app
Package http-app
Short Description HTTP Software Application Template
License MIT
Homepage https://httpsoft.org/
Informations about the package http-app
HTTP Software Application Template
HTTP application template for quickly creating simple but powerful web applications and APIs. «Out of the box», the application template is configured to work with JSON for rapid REST API development.
The core of this application template is the httpsoft/http-basis microframework. By default, the devanych/di-container that implements PSR-11 and the monolog/monolog logger that implements PSR-3 are also used. You can easily change the container and logger to your preferred implementations of the corresponding PSRs.
Documentation
Installation
This project template requires PHP version 7.4 or later.
To verify the installation, go to <app-dir>
and start the PHP built-in web server:
After that, open http://localhost:8080
in your browser.
Testing and checking
The following commands are run in the application directory:
composer run test
— runs tests.composer run static
— runs static analysis code.composer run cs-check
— runs checking coding standards.composer run cs-fix
— runs automatic correction of violations of encoding standards.composer run check
— runs checking coding standards, static analysis code and tests.
Directory structure
By default, the application template has the following structure:
You can change the structure of the application template as you like.
All versions of http-app with dependencies
devanych/di-container Version ^2.1
httpsoft/http-basis Version ^1.1
monolog/monolog Version ^2.3|^3.3