PHPackages                             matthewlefevre/ken-framework - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. matthewlefevre/ken-framework

ActiveLibrary[Framework](/categories/framework)

matthewlefevre/ken-framework
============================

Ken is a backend rest api framework for single page applications.

0.8.5(6y ago)1461MITPHPPHP &gt;=7.1.0

Since Dec 1Pushed 6y ago2 watchersCompare

[ Source](https://github.com/matthewLeFevre/Ken-Framework)[ Packagist](https://packagist.org/packages/matthewlefevre/ken-framework)[ RSS](/packages/matthewlefevre-ken-framework/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (4)Versions (17)Used By (0)

[![Ken Framework Logo](https://github.com/matthewLeFevre/Ken-Framework/raw/master/Ken%20Logo.png)](https://github.com/matthewLeFevre/Ken-Framework/blob/master/Ken%20Logo.png)

Ken Framework
=============

[](#ken-framework)

[![version](https://camo.githubusercontent.com/d68aab8c4a34eb7813bbaf4c97864b2928fd3ed014df507c93ee3d01f708be2c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d302e382e342d677265656e2e737667)](https://camo.githubusercontent.com/d68aab8c4a34eb7813bbaf4c97864b2928fd3ed014df507c93ee3d01f708be2c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d302e382e342d677265656e2e737667)

Ken is a simple PHP framework adapted to create custom REST API's. Ken provides a simple way to create secure API endpoints and the space needed to build out business logic in a scalable way. This Framework is still in a rapid development stage and we have not created a base stable version as of yet.

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#user-content-installation)
- [Usage](#user-content-usage)
    - [Setup](#user-content-setup)
- [Contributing](#user-content-contributing)
- [License](#user-content-license)

Installation
------------

[](#installation)

Official installation is through composer.

```
composer require matthewlefevre/Ken-Framework

```

Usage
-----

[](#usage)

Use Ken Framework to create rest applications with php. The following steps can be followed to get started quickly.

### Setup

[](#setup)

1. Create an api.php file that follows the pattern in `api.php.example`

```
