Introduction
ITShomi is a PHP Framework under active development from South Africa. It is created with simplicity in mind, as a tool suitable for prototyping concepts for web applications or for learning PHP.
It is based on the popular MVC design pattern, and as such it has a controller and a mechanism to work with data, to create visual representation of data (views) and a way to connect or glue everything.
It is easy to install and use, and has a component model which reinforces packaging specific functionality in a way that it can be reused and replaced if necessary.
It offers php code generation straight from simple xml files and database tables, as well as a few reusable components.
As a new Framework, still under development, it needs to mature and to provide support for additional functionality found in some php frameworks, but we would recommend it as a php framework that can be learnt easily, and can be used to prototype your ideas for new web applications without much effort.