eazy-way / easy
POO MVC php project starter
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Forks: 0
Type:project
pkg:composer/eazy-way/easy
Requires (Dev)
- symfony/var-dumper: ^5.4
This package is not auto-updated.
Last update: 2025-11-01 06:22:16 UTC
README
For those who don't like to use frameworks like: symfony, laravel Use this skeleton application to quickly setup and start working on a new PHP MVC application
Install the Application
Run this command from the directory in which you want to install your new eaZy PHP application.
composer create-project eazy-way/easy [my-app-name]
Replace [my-app-name] with the desired directory name for your new application.