messy-one / loo-framework
PHP MVC Framework
0.12.0-alpha
2016-03-23 13:31 UTC
Requires
- php: >=5.6.0
- doctrine/common: @stable
- doctrine/dbal: @stable
- doctrine/orm: @stable
- monolog/monolog: @stable
Requires (Dev)
- escapestudios/symfony2-coding-standard: @stable
- phpunit/phpunit: @stable
This package is not auto-updated.
Last update: 2026-03-15 02:09:57 UTC
README
Loo-Framework
PHP MVC Framework
How to use
The easiest way to try it is to clone the example application Loo-App and to run composer install.
Run tests
You can use Docker to run the tests. Just run
$ docker-compose up
inside of the docker folder.