kajna / core
Simple and lightweight yet powerful PHP framework for writing REST APIs
Installs: 4 084
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: >=7.2.0
- ext-json: *
- ext-pdo: *
- bshaffer/oauth2-server-php: v1.11.1
- kajna/purli: dev-master
- pimple/pimple: dev-main
- predis/predis: v1.1.0
- psr/container: 1.1.0
- psr/simple-cache: ^1.0@dev
- swiftmailer/swiftmailer: v6.1.2
Requires (Dev)
- phpunit/phpunit: ^9
Suggests
- nesbot/carbon: A simple API extension for DateTime.
README
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
Running tests
phpunit --configuration tests/phpunit.xml
How to Contribute
Check out GitHub repositories located on https://github.com/ACTIV8-Developers/K and 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 public license.