alireza-h/php-framework

There is no license information available for the latest version (dev-master) of this package.

PHP Framework

dev-master 2020-01-18 13:08 UTC

This package is auto-updated.

Last update: 2024-03-23 02:44:39 UTC


README

PHP Framework

Installation

$ composer require alireza-h/php-framework

index.php file in web server root directory


require __DIR__ . '/../vendor/autoload.php';

use \Framework\Lib\FrontController;

FrontController::run(dirname(__DIR__));