{"id":20789338,"url":"https://github.com/unknownrori/rin","last_synced_at":"2025-05-05T19:27:45.403Z","repository":{"id":111475280,"uuid":"513474213","full_name":"UnknownRori/Rin","owner":"UnknownRori","description":"A lightweight minimalistic web framework for php","archived":false,"fork":false,"pushed_at":"2024-12-03T01:50:01.000Z","size":135,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-04T21:49:48.172Z","etag":null,"topics":["framework","microframework","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UnknownRori.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"UnknownRori","patreon":"UnknownRori","ko_fi":"UnknownRori"}},"created_at":"2022-07-13T10:17:56.000Z","updated_at":"2024-08-12T20:25:03.000Z","dependencies_parsed_at":"2024-11-17T15:23:57.635Z","dependency_job_id":"7407e8bd-789b-4ee5-bd41-86282ce6c96f","html_url":"https://github.com/UnknownRori/Rin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnknownRori%2FRin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnknownRori%2FRin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnknownRori%2FRin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnknownRori%2FRin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UnknownRori","download_url":"https://codeload.github.com/UnknownRori/Rin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252562256,"owners_count":21768261,"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","microframework","php"],"created_at":"2024-11-17T15:23:08.357Z","updated_at":"2025-05-05T19:27:45.385Z","avatar_url":"https://github.com/UnknownRori.png","language":"PHP","readme":"# Rin\n\n* [Overview](https://github.com/UnknownRori/Rin#-overview)\n\n* [Feature](https://github.com/UnknownRori/Rin#-feature)\n\n* [Basic Usage](https://github.com/UnknownRori/Rin#-basic-usage)\n\n* [Installation](https://github.com/UnknownRori/Rin#-installation)\n\n    * [For Projects](https://github.com/UnknownRori/Rin#-for-projects)\n\n    * [For Development](https://github.com/UnknownRori/Rin#%EF%B8%8F-for-development)\n    \n* [Contribution](https://github.com/UnknownRori/Rin#-contribution)\n\n\n## 📔 Overview\n\nRin is a lightweight minimalistic framework written in php, it's feature SEO Friendly Routing, Middleware, and Dependency Injection. This framework is trying to solve problem when someone said [Laravel](https://laravel.com/) is overkill so this framework will be replacement for someone who not very familiar with [CodeIgniter](https://codeigniter.com/), although this framework is bare minimum and not for production because this framework is just for fun.\n\n## 🚀 Feature\n\n* Nearly identical with Laravel API\n\n* SEO Friendly Routing \u0026 Middleware\n\n* Dependency Injection\n\n## 🚀 Basic Usage\n\nDon't use this framework until the API is stable\n\n\n```php\n// index.php\n\u003c?php\n\nrequire './vendor/autoload.php';\n\nuse UnknownRori\\Rin\\Application;\nuse UnknownRori\\Rin\\Http\\Route;\n\nRoute::get('/', function () {\n    echo \"\u003ch1\u003eHello, World!\u003c/h1\u003e\";\n});\n\n$app = new Application();\n\nreturn $app-\u003eserve();\n```\n\nTo start the server just type\n\n`php -S 127.0.0.1:8000 -t ./your-public-directory ./index.php`\n\n## 🛠️ Installation\n\n* ### 📦 For Projects\n\n    `composer require unknownrori/rin`\n\n* ### 🛠️ For Development\n\n    ``` bash\n    # Clone the repository\n    \u003e git clone https://github.com/UnknownRori/Rin.git\n\n    # Enter the directory and install the dependency\n    \u003e cd Rin\n    \u003e composer install\n    ```\n\n## 🌟 Contribution\n\nFeel free to contribute and improve the codebase, send pull request or create an issues if something is wrong or need some additional feature we will review it.","funding_links":["https://github.com/sponsors/UnknownRori","https://patreon.com/UnknownRori","https://ko-fi.com/UnknownRori"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funknownrori%2Frin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funknownrori%2Frin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funknownrori%2Frin/lists"}