kenphp / ken
Micro PHP Framework
0.6.0
2020-01-10 02:15 UTC
Requires
- php: >=5.5.0
- filp/whoops: ^2.1
- kenphp/container: ^1.0
- kenphp/router: ^1.0
- laminas/laminas-httphandlerrunner: ^1.0
- nyholm/psr7: ^1.0
- nyholm/psr7-server: ^0.3.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^1.0
README
KenPHP is a PHP micro framework that helps you build a simple web application.
Installation
You can install KenPHP using Composer with this following command.
$ composer require kenphp/ken "^0.4"
The above command will install KenPHP and all required dependencies.