messy-one / loo-framework
PHP MVC Framework
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
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: 2024-11-09 18:54:12 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.