Dotspersite PHP Framework

Dotspersite is a web application framework written in PHP5 code.

It's task is to do the routine work of a webdeveloper, the work he repeatedly does when creating a web application.

Sometimes this is only creating a Front Controller, sometimes it's a little more. We did not want to limit you in this concern, thus dotspersite consists of three main parts, which can be used independently.

We have a controller which receives user requests, we have a module handler allowing you to separate programm logic from the controller and the view and we have a simple API for accessing your class libraries.

Facts

  • PHP5 Code, almost completely object oriented
  • Lightweight (no unneeded code included, use your own codebase)
  • Front-Controller
  • Module Logic for applications
  • Singleton-Registry for your class library

Documentation

View the Dotspersite documentation. It is also included in the download.

Fortsetzung lesen..