Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remluben/rsf

A collection of classes building a simple PHP based MVC framework
https://github.com/remluben/rsf

mvc php

Last synced: 11 days ago
JSON representation

A collection of classes building a simple PHP based MVC framework

Awesome Lists containing this project

README

        

rsf
===

A collection of classes building a simple PHP based MVC framework

This project is intended for providing a collection of classes as implemented and described within
O'Reilly's PHP Design Patterns by Stefan Schmidt.

It shows the usage of the MVC design pattern as a composition of multiple other design patterns described within the book.

Note:
The "model" part of the MVC pattern is not implemented within the example framework.
As described within the book, there exists a couple of well supported ORMs, which will help developing the business logic of applications.

TODO
====

* PHPUnit tests
* Improve README and documentation