mb7 / ezphp-framework
ezPHP Framework - all you need is an easy framework to begin with.
Requires
- php: ^7.1
- mb7/ezphp-mvc: dev-master
- mb7/ezphp-router: dev-master
- mb7/ezphp-servicemanager: dev-master
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 02:11:55 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.