README
What is [library]?
Mamaframework is a PHP 5.4 full-stack web framework. It is written with speed and
flexibility in mind. It allows developers to build better and easy to maintain
websites with PHP., (*1)
Mamaframework can be used to develop all kind of websites, from your personal blog
to high traffic ones., (*2)
Requirements
Mamaframework is only supported on PHP 5.4 and up. Mamaframework
needs a Database to manage Access Control List. This Database must be MySQL.
Remmember to have the mod rewritte enable., (*3)
Installation
Installation to Develop, (*4)
Installation to Use, (*5)
Getting Started
Como utilizarlo, (*6)
Documentation
IMAGEN UML, (*7)
Contributing
Mamaframework is a private Mamasu project., (*8)
Running Mamaframework Tests
- Install phpunit from https://phpunit.de page.
- Open the terminal, go to project directory and execute: phpunit --color tests/src/endtoend/ ,
if all goes right, a green message containing 'OK' will apearing.
- If wrong message apears with the message 'db connection error', make sure that config.ini parameters of database are correct and server is working fine.
FAQ