kokororin / kotori-php
Tiny PHP Framework.
Installs: 159
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 6
Forks: 4
Open Issues: 0
Type:framework
Requires
- php: ^7.3 | ~8.0
- catfan/medoo: ~2.1
- psr/container: ^1.0
- psr/log: ^1.0
- psr/simple-cache: ^1.0
- scrivo/highlight.php: ^8.0 | ^9.0
- symfony/console: ~5.4 | ~6.0
- symfony/finder: ~5.4 | ~6.0
- symfony/http-client: ~5.4 | ~6.0
- zeptech/annotations: ~1.1
Requires (Dev)
- phpstan/phpstan: ^1.2
- phpunit/phpunit: ^9.5
- scrutinizer/ocular: ^1.4
- slevomat/coding-standard: ~7.0
- squizlabs/php_codesniffer: ^3.6
Suggests
- kasumi/kotori-php-cli: Scaffold CLI tool for the PHP framework Kotori.php
README
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):
This project follows the all-contributors specification. Contributions of any kind welcome!