yussan / pure-php-mvc

PHP micro framework to help build your MVC project with minimal code flow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aoi-php

PHP micro framework to help build your MVC project with minimal code flow.

pure php mvc cover

Prerequisites

Instalation

composer install

Running (please choose one)

  • Using Apache

    Pointing you server root file to index.php

  • Using PHP-CLI

    run using php-cli using this command

    php -S localhost:3000
    

About

PHP micro framework to help build your MVC project with minimal code flow.

License:MIT License


Languages

Language:PHP 99.7%Language:HTML 0.3%