mb7 / ezphp-framework
ezPHP Framework - all you need is an easy framework to begin with.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mb7/ezphp-framework
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-11-29 03:38:01 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.