eazy-way/easy

POO MVC php project starter

Maintainers

Package info

gitlab.com/MiisterNarsik/eaZy-way

Issues

Type:project

pkg:composer/eazy-way/easy

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 1

1.0.1 2022-09-09 14:44 UTC

This package is not auto-updated.

Last update: 2026-03-07 08:12:52 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.