{"id":16419237,"url":"https://github.com/kokororin/kotori.php","last_synced_at":"2025-03-23T06:31:45.343Z","repository":{"id":36221864,"uuid":"40526156","full_name":"kokororin/Kotori.php","owner":"kokororin","description":"A Tiny Model-View-Controller(MVC) PHP Framework","archived":false,"fork":false,"pushed_at":"2021-12-31T02:07:58.000Z","size":5706,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-18T18:44:29.412Z","etag":null,"topics":["framework","kotori","php","php-framework"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kokororin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-11T06:46:06.000Z","updated_at":"2023-03-02T04:43:29.000Z","dependencies_parsed_at":"2022-08-21T14:31:33.969Z","dependency_job_id":null,"html_url":"https://github.com/kokororin/Kotori.php","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokororin%2FKotori.php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokororin%2FKotori.php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokororin%2FKotori.php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokororin%2FKotori.php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kokororin","download_url":"https://codeload.github.com/kokororin/Kotori.php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066496,"owners_count":20555402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framework","kotori","php","php-framework"],"created_at":"2024-10-11T07:16:23.529Z","updated_at":"2025-03-23T06:31:44.981Z","avatar_url":"https://github.com/kokororin.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐦Kotori.php\n\n![Build Status](https://github.com/kokororin/Kotori.php/actions/workflows/ci.yml/badge.svg)\n[![Version](https://badge.fury.io/ph/kokororin%2Fkotori-php.svg)](https://packagist.org/packages/kokororin/kotori-php)\n[![Packagist](https://img.shields.io/packagist/dt/kokororin/kotori-php.svg?maxAge=2592000)](https://packagist.org/packages/kokororin/kotori-php)\n[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.3-8892BF.svg)](https://php.net/)\n[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/kokororin/Kotori.php/blob/master/LICENSE)\n[![Code Coverage](https://scrutinizer-ci.com/g/kokororin/Kotori.php/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/kokororin/Kotori.php/?branch=master)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/kokororin/Kotori.php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/kokororin/Kotori.php/?branch=master)\n\nKotori.php is a Tiny Model-View-Controller(MVC) PHP Framework.\n\n![](https://kokororin.github.io/Kotori.php/src/Kotori.jpg)\n\n## Installation\n\nYou need [Composer](https://getcomposer.org/) to install Kotori.php.\n\n```bash\n$ composer require kokororin/kotori-php\n```\n\n## Quick Start\n```bash\n$ composer global require kasumi/kotori-php-cli:dev-master\n$ kotori init\n$ cd awesome-project\n$ kotori serve --port 2333\n```\n\n## Usage\n\n```php\nrequire __DIR__ . '/../vendor/autoload.php';\n\n$app = new \\Kotori\\App();\n\n$app-\u003erun();\n```\n\n## Tests\n\nTo execute the test suite, you'll need phpunit.\n\n```bash\n$ composer test\n```\n\n## LICENSE\n\nLicensed under the Apache License, Version 2.0 (the \"License\").\n\n## Learn More\n\nLearn more at these links:\n\n- [Website](https://kotori.love/archives/kotori-php-framework.html)\n- [Documentation](https://github.com/kokororin/Kotori.php/wiki)\n- [CLI tool](https://github.com/kasumi9863/kotori-php-cli)\n\n## Thanks\n\n- [ThinkPHP](https://github.com/top-think/thinkphp)\n- [CodeIgniter](https://github.com/bcit-ci/CodeIgniter)\n- [Typecho](https://github.com/typecho/typecho)\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n| [\u003cimg src=\"https://avatars0.githubusercontent.com/u/10093992?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003eそら\u003c/sub\u003e](http://kokororin.github.io)\u003cbr /\u003e[💻](https://github.com/kokororin/Kotori.php/commits?author=kokororin \"Code\") [📖](https://github.com/kokororin/Kotori.php/commits?author=kokororin \"Documentation\") [🤔](#ideas-kokororin \"Ideas, Planning, \u0026 Feedback\") [⚠️](https://github.com/kokororin/Kotori.php/commits?author=kokororin \"Tests\") | [\u003cimg src=\"https://avatars0.githubusercontent.com/u/12712012?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e吟夢ちゃん\u003c/sub\u003e](https://kirainmoe.com/)\u003cbr /\u003e[💻](https://github.com/kokororin/Kotori.php/commits?author=kirainmoe \"Code\") [📖](https://github.com/kokororin/Kotori.php/commits?author=kirainmoe \"Documentation\") | [\u003cimg src=\"https://avatars2.githubusercontent.com/u/10379210?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003eかすみ\u003c/sub\u003e](https://github.com/kasumi9863)\u003cbr /\u003e[🔧](#tool-kasumi9863 \"Tools\") |\n| :---: | :---: | :---: |\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkokororin%2Fkotori.php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkokororin%2Fkotori.php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkokororin%2Fkotori.php/lists"}