Skip to content

A mini-size, elegant, php MVC framework for interface output.

License

Notifications You must be signed in to change notification settings

ibio/weemvc-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeeMVC for PHP

A mini-size, elegant, php MVC framework for interface output.

How to install

1 using composer

https://packagist.org/packages/ibio/weemvc-php

composer require ibio/weemvc-php

require_once './vendor/autoload.php';
use org\weemvc\core\Application;

2 the package directly

require_once './org/weemvc/util/AutoloadHelper.php';
use org\weemvc\core\Application;

alt text