avris / micrus
Beauty of simplicity - An elegant PHP framework
v4.0.1
2018-03-11 09:23 UTC
Requires
- php: ^7.1
- avris/bag: ^4.0
- avris/container: ^1.0
- avris/dispatcher: ^1.0
- avris/dotenv: ^1.0
- avris/http: ^4.0
- mustangostang/spyc: ^0.6
- psr/cache: ^1.0
- psr/log: ^1.0
- symfony/var-dumper: ^4.0
Requires (Dev)
- avris/forms: ^4.0
- avris/function-mock: ^1.0
- doctrine/orm: ^2.5
- phpunit/phpunit: ^6.5
- squizlabs/php_codesniffer: ^3.2
- symfony/browser-kit: ^4.0
- symfony/cache: ^4.0
- symfony/dom-crawler: ^4.0
Suggests
- monolog/monolog: For logging
- symfony/cache: For caching
- symfony/console: Console app
README
A framework doesn't have to be overly complex! Micrus provides you with a quick, easy and comfortable way of creating neatly structured, modular MVC websites, which can be easily extended and configured.
Our goal is to keep the framework as simple as possible, while offering all the most important features.
- Object oriented
- Very clear MVC structure
- Easily extendable via modules
- Dependency Injection Container (PSR-11 compliant)
- Autowiring of services
- Event dispatching
- ORM agnostic, support for Doctrine
- Routing
- CRUD generator
- Template agnostic, support for Twig and plain PHP
- Authentication and authorization
- Easy configuration using YAML
- Console tasks using Symfony Console
- Elegant forms
- Localisation
- Logging with Monolog (PSR-3 compliant)
- Caching (PSR-6 compliant)
- Flash messages
Documentation
Full documentation is available at docs.avris.it/micrus
Instalation
$ composer create-project avris/micrus-demo my_new_project
$ cd my_new_project
$ bin/env
$ bin/micrus db:schema:create
$ bin/micrus db:fixtures
$ yarn
$ yarn server
$ php -S localhost:8070 -t public/
Your website should be available under:
http://localhost:8070
Copyright
- Author: Andre Prusinowski (Avris.it)
- Licence: MIT