Author: Benjamin Delespierre [email protected]
Axiom is a very tiny MVC PHP Framework focused on simplicity and scalability, designed to be fast to learn, fast to program with and fast to extends. Contrary to many other PHP Frameworks, it is intended to create small and medium web application easily, without the complexity of Zend Framework or Symphony, but keeps the code clear and reusable in its MVC architecture.
Axiom provide all website basics such as:
- Flexible MVC Architecture
- Database Connectivity
- Content Helpers
- Internationnalisation
- URL Rewriting
- Custom Routing
- Email Support (TO BE TESTED)
- RSS Support (TO BE TESTED)
- Sitemap Autogen (TO BE IMPLEMENTED)
- Backend Administration (IN A SEPARATE PACKAGE)
- Modules
- Various Output Format (xhtml, json, xml, rss...)
- PHP > 5.2 Compatible
- And much more...
This component is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.