ibio/weemvc-php

This is a mini PHP MVC framework. It's good for beginners as a painless study experience.

Maintainers

Package info

github.com/ibio/weemvc-php

pkg:composer/ibio/weemvc-php

Statistics

Installs: 33

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.1.0 2017-03-25 21:48 UTC

This package is not auto-updated.

Last update: 2026-03-15 04:59:32 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;

alt text