An open API service indexing awesome lists of open source software.

https://github.com/activ8-developers/k-core

Simple and lightweight yet powerfull PHP framework
https://github.com/activ8-developers/k-core

framework http middleware php router

Last synced: 9 months ago
JSON representation

Simple and lightweight yet powerfull PHP framework

Awesome Lists containing this project

README

          

K-Core (Core part of K framework)
=
[![Version](https://img.shields.io/badge/version-3.6.0-blue.svg)](https://packagist.org/packages/kajna/k-framework)
[![DUB](https://img.shields.io/dub/l/vibe-d.svg)](http://opensource.org/licenses/MIT)

## Introduction

K is a mini framework intended for creation of REST APIs, made with simplicity and performance in mind.

## Getting started

To get started, you can follow the installation instructions and template app that is located [here](https://github.com/ACTIV8-Developers/K)

## Running tests

```
phpunit --configuration tests/phpunit.xml
```

## How to Contribute

Check out GitHub repositories located on [https://github.com/ACTIV8-Developers/K](https://github.com/ACTIV8-Developers/K) and [https://github.com/ACTIV8-Developers/K-Core](https://github.com/ACTIV8-Developers/K-Core).

All pull requests must adhere to the PSR-2 standard.

All pull requests must be accompanied by passing unit tests and complete code coverage.

### Author
Author of framework is Milos Caenazzo
milos@activ8.rs

### Licence
The K Framework is released under the [MIT](http://opensource.org/licenses/MIT) public license.