kenphp / ken
Micro PHP Framework
Installs: 170
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kenphp/ken
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.