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
- Host: GitHub
- URL: https://github.com/activ8-developers/k-core
- Owner: ACTIV8-Developers
- License: mit
- Created: 2014-10-23T18:26:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T22:57:40.000Z (about 2 years ago)
- Last Synced: 2025-04-23T12:05:48.809Z (9 months ago)
- Topics: framework, http, middleware, php, router
- Language: PHP
- Homepage:
- Size: 907 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
K-Core (Core part of K framework)
=
[](https://packagist.org/packages/kajna/k-framework)
[](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.