{"id":28955833,"url":"https://github.com/kodeart/koded","last_synced_at":"2025-06-23T20:10:15.517Z","repository":{"id":44783911,"uuid":"222522228","full_name":"kodeart/koded","owner":"kodeart","description":"RMR micro-framework that solves common REST web app requirements","archived":false,"fork":false,"pushed_at":"2024-02-22T22:27:55.000Z","size":1984,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-08T10:46:50.892Z","etag":null,"topics":["microframework","restful","rmr"],"latest_commit_sha":null,"homepage":"https://kodeart.github.io/koded","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kodeart.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-11-18T19:00:03.000Z","updated_at":"2023-02-02T18:47:46.000Z","dependencies_parsed_at":"2023-01-30T21:01:00.529Z","dependency_job_id":"e23b117b-5700-4bd0-812d-0df81cd9c592","html_url":"https://github.com/kodeart/koded","commit_stats":{"total_commits":136,"total_committers":2,"mean_commits":68.0,"dds":0.1029411764705882,"last_synced_commit":"3adec67988ced6324c81bd995d7f8e995d2e8f19"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kodeart/koded","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodeart%2Fkoded","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodeart%2Fkoded/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodeart%2Fkoded/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodeart%2Fkoded/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kodeart","download_url":"https://codeload.github.com/kodeart/koded/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodeart%2Fkoded/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261548741,"owners_count":23175499,"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":["microframework","restful","rmr"],"created_at":"2025-06-23T20:10:14.368Z","updated_at":"2025-06-23T20:10:15.501Z","avatar_url":"https://github.com/kodeart.png","language":"PHP","readme":"Koded - RMR Micro Framework\n===========================\n\n[![CI](https://github.com/kodeart/koded/actions/workflows/ci.yml/badge.svg)](https://github.com/kodeart/koded/actions/workflows/ci.yml)\n[![Docs](https://github.com/kodeart/koded/actions/workflows/docs.yml/badge.svg)](https://github.com/kodeart/koded/actions/workflows/docs.yml)\n[![Latest Stable Version](https://img.shields.io/packagist/v/koded/framework.svg)](https://packagist.org/packages/koded/framework)\n[![Code Coverage](https://scrutinizer-ci.com/g/kodeart/koded/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/kodeart/koded/?branch=master)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/kodeart/koded/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/kodeart/koded/?branch=master)\n\n\nKoded is a BSD-licensed open source project for building web apps with focus on RESTful APIs.\nIt is designed to be between a library and framework, adoptable and easily scalable\ndepending on different use case scenarios.\n\n\nEcosystem\n---------\n\nBuilt-in functionality:\n\n- Dependency Injection Container (PSR-11)\n- URI routing (with URI templates)\n- Middleware (PSR-15)\n- I18n support (because the world is multilingual)\n- and more\n\n| Package                      | Status | Description\n|-----------------------------:|--------|---------------------------------------------|\n| [container][koded-container] | [![koded-container-status]][koded-container-package] | DI container library (PSR-11)\n| [http][koded-http]           | [![koded-http-status]][koded-http-package]           | HTTP library (PSR-7, 17, 18)\n| [cache][cache-simple]        | [![cache-simple-status]][cache-simple-package]       | Caching library (PSR-16)\n| [session][koded-session]     | [![koded-session-status]][koded-session-package]     | Session library\n| [logging][koded-logging]     | [![koded-logging-status]][koded-logging-package]     | Log facility (PSR-3)\n| [i18n][koded-i18n]           | [![koded-i18n-status]][koded-i18n-package]           | Internationalization (I18n) library\n\n\nDocumentation\n-------------\n\nRead the docs at [Koded Framework documentation][docs] page.\n\n[![php-version]][php-link] [![license-status]][license-link]\n\n[docs]: https://kodeart.github.io/koded\n\n[php-version]: https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg\n[php-link]: https://php.net/\n[license-status]: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg\n[license-link]: https://github.com/kodeart/koded/blob/master/LICENSE\n\n[koded-container]: https://github.com/kodedphp/container\n[koded-container-status]: https://img.shields.io/packagist/v/koded/container.svg\n[koded-container-package]: https://packagist.org/packages/koded/container\n\n[koded-http]: https://github.com/kodedphp/http\n[koded-http-status]: https://img.shields.io/packagist/v/koded/http.svg\n[koded-http-package]: https://packagist.org/packages/koded/http\n\n[cache-simple]: https://github.com/kodedphp/cache-simple\n[cache-simple-status]: https://img.shields.io/packagist/v/koded/cache-simple.svg\n[cache-simple-package]: https://packagist.org/packages/koded/simple-cache\n\n[koded-session]: https://github.com/kodedphp/session\n[koded-session-status]: https://img.shields.io/packagist/v/koded/session.svg\n[koded-session-package]: https://packagist.org/packages/koded/session\n\n[koded-logging]: https://github.com/kodedphp/logging\n[koded-logging-status]: https://img.shields.io/packagist/v/koded/logging.svg\n[koded-logging-package]: https://packagist.org/packages/koded/logging\n\n[koded-i18n]: https://github.com/kodedphp/i18n\n[koded-i18n-status]: https://img.shields.io/packagist/v/koded/i18n.svg\n[koded-i18n-package]: https://packagist.org/packages/koded/i18n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodeart%2Fkoded","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkodeart%2Fkoded","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodeart%2Fkoded/lists"}