Complete MVC Framework based on PHP, built by me from scratch.
MVC pattern, which stands for Model View Controller, is a widely – used programming technology and the most popular technique in web applications development. The most popular frameworks such as Laravel, Symphony, Yii, Zend are based on MVC pattern.
- A light-weight framework and CMS which may be used in your project.
- It contain pages view and editing, contact form, admin section and authorization.
- Follows PHP OOP, sessions and MySQL interaction.
- Error & Exception Handling.
- Provides Third Party Libraries Installation.
- Start the localhost on Apache server (xampp/wampp).
- Start phpMyAdmin on MySQL server (xampp/wampp).
- Create database on phpMyAdmin if any.
- Type the url "http://localhost/My%20Framework/public/" on your browser and you are good to go.
Want to contribute? 📝
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b exciting-stuff
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'exciting-stuff!!'
) - Push to the branch (
git push origin exciting-stuff
) - Create a Pull Request
If you find a bug (it couldn't handle the query and / or gave irrelevant results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new functionality, feel free to do so by opening an issue here including some sample queries and their corresponding results.
This project is licensed under the terms of the MIT license.