Skip to content

remluben/rsf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A collection of classes building a simple PHP based MVC framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages