mooti / framework
simple Cli/Rest backend micro framework
0.0.9
2016-06-02 15:15 UTC
Requires
- php: >=5.5.9
- container-interop/container-interop: ^1.1
- icanboogie/inflector: ^1.3
- league/route: ^1.2
- mooti/factory: ^0.0.6
- mooti/validator: ^0.0.6
- psr/log: 1.0.*@dev
- symfony/console: ^3.0
Requires (Dev)
- phpunit/phpunit: 5.1.*
- satooshi/php-coveralls: dev-master
- symfony/event-dispatcher: ^3.0
This package is not auto-updated.
Last update: 2025-01-10 22:59:18 UTC
README
A simple Cli/Rest backend micro framework
Documentation
The documentation can be found at http://mooti.github.io/docs
Installation
You can install this through packagist
$ composer require mooti/framework
Run the tests
If you would like to run the tests. Use the following:
$ ./vendor/bin/phpunit -c config/phpunit.xml