https://github.com/devdhera/tiny-php-mvc
A less opinionated tiny PHP framework 🤏
https://github.com/devdhera/tiny-php-mvc
php php-framework tiny
Last synced: about 1 year ago
JSON representation
A less opinionated tiny PHP framework 🤏
- Host: GitHub
- URL: https://github.com/devdhera/tiny-php-mvc
- Owner: DevDHera
- License: mit
- Created: 2019-09-06T07:35:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T17:55:29.000Z (over 6 years ago)
- Last Synced: 2025-02-06T04:43:50.224Z (over 1 year ago)
- Topics: php, php-framework, tiny
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# TiNY PHP MVC
A less opinionated tiny PHP framework for all the geeks :nerd_face: who love :heart: PHP :heart: .
## Getting Started
Getting started with `TiNY PHP MVC` is easy. Just clone the repo and work your magic :sparkles:.
```sh
git clone https://github.com/DevDHera/TiNY-PHP-MVC.git
```
### Example
Try out the [Quizee](https://github.com/DevDHera/Quizee) an Online Examination Platform developed on top of `TiNY PHP MVC` framework.
### Prerequisites
- Apache Server
- PHP 5.6+
- MySQL
Install [XAMPP](https://www.apachefriends.org/index.html) for quickstart.
### Installing
Under documenting by the Author :scroll:.
## Running the tests
Under documenting by the Author :scroll:.
## Deployment
Under documenting by the Author :scroll:.
## Built With
- [PHP](https://www.php.net/) - The scripting language.
## Contributing
Please read [CODE_OF_CONDUCT.md](https://github.com/DevDHera/TiNY-PHP-MVC/blob/master/CODE_OF_CONDUCT.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
Under documenting by the Author :scroll:.
## Authors
- **Devin Herath** - _Initial work_ - [DevD Hera](https://github.com/DevDHera)
See also the list of [contributors](https://github.com/DevDHera/TiNY-PHP-MVC/graphs/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/DevDHera/TiNY-PHP-MVC/blob/master/LICENSE) file for details
## Acknowledgments
- [PurpleBooth](https://github.com/PurpleBooth) for this awesome README template :heart: