mb7 / ezphp-framework
There is no license information available for the latest version (dev-master) of this package.
ezPHP Framework - all you need is an easy framework to begin with.
dev-master / 0.1.x-dev
2019-10-30 11:33 UTC
Requires
- php: ^7.1
- mb7/ezphp-mvc: dev-master
- mb7/ezphp-router: dev-master
- mb7/ezphp-servicemanager: dev-master
This package is auto-updated.
Last update: 2025-05-29 01:54:33 UTC
README
EasyPhp Framework is built for educational and development purposes. It is still in development and not recommended for use in production. It's purpose is to be a ready to go, leightweight php Framework.
Requirements
You will need at least PHP7.1 and composer installed on your machine.
Installation
Install the ezPhp via composer: composer require mb7\ezphp-framework
. Move .hataccess.dist
to your folder where your
index.php
lies and remove .dist
from it.
Configuration
You need minimum configuration in your index.php
. A sample configuration is given you in index.php.dist
.
Start
Start off developing your app by adding Controllers.