avris/micrus
最新稳定版本:v4.0.1
Composer 安装命令:
composer require avris/micrus
包简介
Beauty of simplicity - An elegant PHP framework
关键字:
README 文档
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
统计信息
- 总下载量: 701
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 23
- 推荐数: 4
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-12