ElevateX is a lightweight mvc framework for web applications. ElevateX helps by reducing application development time. It takes out pain by easing common tasks, such as:
- Fast, easy to use, featureful routing engine.
- Separated backend for web and api routing.
- Using model with familier database structure.
- Extreme featured templating engine.
ElevateX is simple, easy to use, fast web application framework and can be used for any project for production.
- php (version 7.* or later)
- apache server
- mysql database (also can use other db, to do that, edit
modules/classes/Module/Model.php
file)
The mvc has no special installation process. Just clone the repo and place it to your htdocs
folder. Your mvc should be ready you use then.
Full documentation for ElevateX is hosted in here
Here are some example projects which are built using ElevateX framework:
The ElevateX framework is open-sourced software.