Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 410 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 410 Bytes

KenPHP Micro Framework

Project Status

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.