kokororin/kotori-php

Tiny PHP Framework.

v4.2.1 2021-12-31 02:05 UTC

This package is auto-updated.

Last update: 2024-03-29 03:31:35 UTC


README

Build Status Version Packagist Minimum PHP Version License Code Coverage Scrutinizer Code Quality

Kotori.php is a Tiny Model-View-Controller(MVC) PHP Framework.

Installation

You need Composer to install Kotori.php.

$ composer require kokororin/kotori-php

Quick Start

$ composer global require kasumi/kotori-php-cli:dev-master
$ kotori init
$ cd awesome-project
$ kotori serve --port 2333

Usage

require __DIR__ . '/../vendor/autoload.php';

$app = new \Kotori\App();

$app->run();

Tests

To execute the test suite, you'll need phpunit.

$ composer test

LICENSE

Licensed under the Apache License, Version 2.0 (the "License").

Learn More

Learn more at these links:

Thanks

Contributors

Thanks goes to these wonderful people (emoji key):

10093992?v=4
そら

💻 📖 🤔 ⚠️
12712012?v=4
吟夢ちゃん

💻 📖
10379210?v=4
かすみ

🔧

This project follows the all-contributors specification. Contributions of any kind welcome!