My own PHP framework

As the title specifies, this is a PHP framework, simple enough not use up too much resources and complex enough to cover the needs of a programmer. It implements:

  • Object Oriented Programming;
  • Model-View-Controller;
  • Front Controller;
  • the Registry Pattern;
  • the Singleton Pattern.

It can be used to build websites from scratch or serve different format files (e.g. JSON) to other applications. It is designed to use multiple databases: MySQL, PostgreSQL, direct file storage. Filtering input and escaping output is also taken into consideration, though this is a problem that is treated in each application built on it.

This has been in development for about three years and at some point, when it will be ready, it will become an open-source project.