synyster0fa7x / mvc-skeleton
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:project
pkg:composer/synyster0fa7x/mvc-skeleton
Requires
- picorm/picorm: ^0.0.7
- symfony/yaml: ^4.1
- twig/twig: ^2.0
- vlucas/phpdotenv: ^2.4
This package is not auto-updated.
Last update: 2025-10-07 23:58:49 UTC
README
ยต-MVC is a microframework for learning MVC design pattern and object-oriented programming. This was built for my job at Access Code School, for my students.
Current version : 1.1.1
Prerequisites
- PHP >= 7.1.3
- Composer
- NodeJS / NPM
Installation
composer create-project synyster0fa7x/mvc-skeleton
Don't forget to fill .env
with yout database credentials
Commands
make sass:watch
: build your CSS from SASS files livegulp sass
: build your CSS from SASS filesmake run
: launch built-in PHP server
Report a bug
Open an issue
License
MIT