Download the PHP package matthewlefevre/ken-framework without Composer
On this page you can find all versions of the php package matthewlefevre/ken-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download matthewlefevre/ken-framework
More information about matthewlefevre/ken-framework
Files in matthewlefevre/ken-framework
Package ken-framework
Short Description Ken is a backend rest api framework for single page applications.
License MIT
Informations about the package ken-framework
Ken Framework
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
- Installation
- Usage
- Setup
- Contributing
- License
Installation
Official installation is through composer.
Usage
Use Ken Framework to create rest applications with php. The following steps can be followed to get started quickly.
Setup
-
Create an api.php file that follows the pattern in
api.php.example
-
Require vlucas/phpdotenv package to manage global variables ken uses
-
Create .env file with the following attributes after the manner of .env.example
- Ensure that you have phpMyAdmin installed and configured in your local enviornment. The built in model class is only compatable with mySQL.
- Create a new database
- Fill in the correct enviornment variables
- If you have XAMPP installed either require composer into your htdocs folder. If you don't have XAMPP installed or do not want to run the server on localhost be sure to create virtual hosts on your operating system and in your apache server configuration.
Contributing
Pull requests are welcome!
License
Take a look at the LICENSE.md
All versions of ken-framework with dependencies
php Version >=7.1.0
vlucas/phpdotenv Version ^4.1
phpmailer/phpmailer Version ^6.1