ksst/kf

Koch Framework

0.1.31 2015-01-02 10:39 UTC

This package is auto-updated.

Last update: 2024-03-07 04:10:47 UTC


README

Koch Framework

Branch Tests Coverage Quality Dependencies HHVM
Latest Stable Version Build Status Coverage Status Scrutinizer Quality Score Dependency Status HHVM Compatibility

This repository contains the source code for the Koch Framework, a PHP full-stack web framework.

Please see the issues section to report any bugs or feature requests and to see the list of known issues.

Koch Framework is still under heavy development. Significant changes may happen without prior notices. It is not ready for production use yet.

Contributing

Installation

Please use Composer to download and install Koch Framework and its dependencies. To install Koch Framework as a local, per-project dependency to your project, add the following lines to your project's composer.json file:

{
    "require": {
        "KSST/KF": "dev-master"
    }
}

License