avris/micrus

Beauty of simplicity - An elegant PHP framework

v4.0.1 2018-03-11 09:23 UTC

This package is auto-updated.

Last update: 2024-04-21 18:41:18 UTC


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