dev-master
9999999-dev http://github.com/errant/moxyA lightweight MVC-like PHP framework
MIT
The Requires
- php >=5.3.0
- monolog/monolog 1.8.*
- klein/klein 2.0.x
by Tom Morton
framework mvc web
Wallogit.com
2017 © Pedro PelĂĄez
A lightweight MVC-like PHP framework
A lightweight MVC-like PHP framework, (*1)
Moxy is a semi-opinionated framework written in PHP. It implements a vaguely MVC design pattern, with glue logic contained in Controllers., (*2)
Moxy is available on Packagist (errant/moxy) and can be installed via Composer., (*3)
php composer.phar require errant/moxy 'dev-master'
Alternatively, you can clone the repository, and use any PSR-0 or PSR-4 autoloader., (*4)
Moxy is intended to bring together all of the best "bits" of various PHP frameworks. The design goals are:, (*5)
MVC offers a simple seperation of UI and Data/Business Logic (glued together with controllers) without being too prescriptive. Moxy is 'MVC-like' which means it could be used without one or more aspects of the Model-View-Controller paradigm., (*6)
There are many, many PHP micro-frameworks. And plenty of full-blown MVC frameworks. They all suffer from problems which can limit the productivity of developers. Moxy is designed to be simple to use and understand. It is built to be good at a reasonably small sub-set of common well-defined tasks that developers shouldn't need to replicate., (*7)
See /doc for more details., (*8)
A lightweight MVC-like PHP framework
MIT
framework mvc web