Atomik Framework
Atomik Framework is a free, open-source, object oriented, MVC framework for PHP5. The model in MVC is optional and has been built unobtrusively. There are several models to choose from as a plugin. The same is valid for database access and Javascript Libraries.
The framework is built in a way where it consists only of few files, everything is object oriented. Sometimes Atomik Framework is also mentioned in a context of "micro" The reason for this is because it consists only of a few files. It is built completely object oriented and very fast with a small codebase of 20.000k According to ohloh it consists of well-commented source code.
Further features are the following:
- Restful URLs
- Registry for global scope
- Selectors, (M)VC and plugin based community contributions.
The exceptional thing AbOUT selectors is their unique approach, Seldom seen in a server side framework. Normally this concept is only seen in Javascript based environments like JQuery
The development community consists currently of 1 core developer The development environment consists of SVN (Google Code hosted), issue tracker as well as a moderated forum.