Skip to content

stealth35/php-axiom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Axiom

Author: Benjamin Delespierre [email protected]

Description

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.

Features

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...

Licence

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.

About

A lightweight PHP Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.5%
  • JavaScript 17.5%