PHPackages                             chkt/lola - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. chkt/lola

ActiveLibrary[Framework](/categories/framework)

chkt/lola
=========

Micro MVC Framework, Services, Providers, Modules, Dependency Injection

v0.6.4-alpha.1(8y ago)13181MITPHPPHP ^7.0

Since May 11Pushed 2y ago2 watchersCompare

[ Source](https://github.com/chkt/lola)[ Packagist](https://packagist.org/packages/chkt/lola)[ RSS](/packages/chkt-lola/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (3)Versions (22)Used By (1)

\#Lola A minimalistic application framework using modularization, providers, dependency injection, mvc and services.

\##Install

```
$ php composer.phar install chkt/lola
```

\##Use

\###Initialize your application

The App object is a singleton representing your essential application configuration, as well as references to the module registry, the injector and the locator. You can extend your app object from \\lola\\app\\App or implement \\lola\\app\\IApp.

```
