https://github.com/prod3v3loper/php-mvc-beginner
🏗 Simple MVC for beginners in PHP
https://github.com/prod3v3loper/php-mvc-beginner
beginner beginners beginners-tutorial-series model-view-controller mvc php self-learning simple-mvc
Last synced: 6 months ago
JSON representation
🏗 Simple MVC for beginners in PHP
- Host: GitHub
- URL: https://github.com/prod3v3loper/php-mvc-beginner
- Owner: prod3v3loper
- License: mit
- Created: 2019-03-18T21:29:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T21:44:08.000Z (almost 7 years ago)
- Last Synced: 2025-02-17T07:31:58.526Z (about 1 year ago)
- Topics: beginner, beginners, beginners-tutorial-series, model-view-controller, mvc, php, self-learning, simple-mvc
- Language: PHP
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP MVC Beginner
Model View Controller for beginners to bring the function way closer.
This MVC is very simple and without a htaccess that would direct all calls to a file or would allow a mod_rewrite.
There are no safety functions or validations in this example, it represents the simplest form of MVCs there
Below you will find more examples and tutorials on a MVC that you can find here in the near future.
[PHP MVC Advanced](https://github.com/prod3v3loper/php-mvc-advanced/)
# Attention
This one should not use in a real environment but unfortunately there is also something in real environments.
# Contribute
Please an [issue](https://github.com/prod3v3loper/php-mvc-beginner/issues) if you
think something could be improved. Please submit Pull Requests when ever
possible.
# Authors
**[Samet Tarim](https://www.prod3v3loper.com)** - *All works*
# Supporter
[Tnado](https://www.tnado.com/blog/)
[Hyperly](https://www.hyperly.de)
# License
[MIT](https://github.com/prod3v3loper/php-mvc-beginner/blob/master/LICENSE) - [prod3v3loper](https://www.tnado.com/author/prod3v3loper/)