avris/micrus 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

统计信息

  • 总下载量: 701
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 23
  • 推荐数: 4

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-12