Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arif98741/mvc-pattern

This is a PHP library built with pure PHP and also MVC pattern is followed here. On the other hand libraries, validation, and helper functions are also available in this project
https://github.com/arif98741/mvc-pattern

core-php mvc mvc-application mvc-architecture mvc-core mvc-pattern php php-core php-framework php-language php-learning php-library php-mvc php-mvc-pattern php7 raw-php

Last synced: about 1 month ago
JSON representation

This is a PHP library built with pure PHP and also MVC pattern is followed here. On the other hand libraries, validation, and helper functions are also available in this project

Awesome Lists containing this project

README

        

MVC Pattern is a very important for structure coding. Using _mvc_ a developer can easily handle class
object and also its property. Use of mvc reduce production time and also helps to ensure security as
here public views and php directory are fully different.
This is a microframework for starting journey with mvc. This will help you to learn mvc
frameworks such as **laravel**, **CI**, **Cakephp**, **Symphony** easily in future.
This is built using custom coding and will help you to understanding the functionlity.

If you become benefitted using this for learning purpose please thumbs up and support me give start.
I always believe learning is a broad way for spreading knowledge.

## installation
### ` composer create-project arif98741/mvc-pattern myapp --prefer-dist`