ibio / weemvc-php
This is a mini PHP MVC framework. It's good for beginners as a painless study experience.
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/ibio/weemvc-php
Requires
- php: >=5.5
This package is not auto-updated.
Last update: 2025-09-28 02:45:59 UTC
README
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;