1. Go to this page and download the library: Download httpsoft/http-app library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
httpsoft / http-app example snippets
bin/ Executable console scripts.
chmod-var.php Recursively changing the "var/" directory mode.
config/ Configuration files.
config.php Main configuration.
container.php Dependency injection.
pipeline.php Middleware pipeline.
routes.php HTTP request routes.
public/ Files publically accessible from the Internet.
index.php Entry script.
src/ Application source code.
Http/ HTTP application classes (actions, middelware, etc.).
Infrastructure/ Helper classes (factories, listeners, etc.).
Model/ Domain model classes (entities, repositories, etc.).
tests/ A set of tests for the application.
vendor/ Installed Composer packages.
var/ Temporary files (logs, cache, etc.).
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.