Skip to content

mnaatjes/php_http_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

HTTP Application Manager in PHP (own version of Laravel or express.js but in php)

Enabling Errors

ini_errors_enable();

Creating an instance

/**
 * Init $app
 */
$app = new HttpManager();
$app->get('/', function($req, $res){
    // Logic goes here
});
/**
 * Dispatch all routes
 */
$app->execute();

Connecting to DB

About

HTTP Application Manager in PHP (own version of Laravel or express.js but in php)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors