{"id":16213628,"url":"https://github.com/utybo/tegral","last_synced_at":"2025-05-09T01:24:52.220Z","repository":{"id":36992906,"uuid":"491247680","full_name":"utybo/Tegral","owner":"utybo","description":"🟣 A Kotlin framework for web applications, cool libraries that go along with it!","archived":false,"fork":false,"pushed_at":"2024-11-16T17:55:33.000Z","size":4436,"stargazers_count":39,"open_issues_count":22,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T20:12:16.775Z","etag":null,"topics":["back-end","kotlin","ktor","web"],"latest_commit_sha":null,"homepage":"https://tegral.zoroark.guru","language":"Kotlin","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/utybo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"publiccode":null,"codemeta":null}},"created_at":"2022-05-11T19:31:25.000Z","updated_at":"2025-02-23T18:22:53.000Z","dependencies_parsed_at":"2024-10-27T01:03:17.034Z","dependency_job_id":null,"html_url":"https://github.com/utybo/Tegral","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/utybo%2FTegral","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utybo%2FTegral/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utybo%2FTegral/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utybo%2FTegral/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utybo","download_url":"https://codeload.github.com/utybo/Tegral/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253172662,"owners_count":21865560,"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":["back-end","kotlin","ktor","web"],"created_at":"2024-10-10T11:07:06.518Z","updated_at":"2025-05-09T01:24:52.166Z","avatar_url":"https://github.com/utybo.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"assets/tegral_logo_v2.png\" alt=\"Tegral logo\" width=32\u003e Tegral\n\n![GitHub Workflow Status (CI)](https://img.shields.io/github/actions/workflow/status/utybo/Tegral/ci.yaml?label=CI\u0026logo=github\u0026style=for-the-badge) [![Apache 2 license](https://img.shields.io/badge/License-Apache%202-lightgray?style=for-the-badge)](LICENSE) [![Latest release](https://img.shields.io/github/v/release/utybo/Tegral?color=purple\u0026include_prereleases\u0026label=Latest%20release\u0026style=for-the-badge)](https://github.com/EpiLink/EpiLink/releases) [![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg?style=for-the-badge)](https://ktlint.github.io/)\n\n**Tegral** is a collection of reusable Kotlin components, like libraries and frameworks, that can be used by themselves or combined together to create back-ends apps with Tegral Web.\n\n[**DOCUMENTATION**](https://tegral.zoroark.guru) | [**CHANGELOG**](CHANGELOG.md)\n\n\u003e ⚡ Tegral is in an alpha status. Please report any issue you may find!\n\n```kotlin\nclass HelloController : KtorController() {\n    override fun Routing.install() {\n        get(\"/\") {\n            call.respondText(\"Hello World!\")\n        }\n    }\n}\n\nfun main() {\n    tegral {\n        put(::HelloController)\n    }\n}\n```\n\nEach Tegral library is reusable and extensible. Pick the most suitable libraries for your project, or maybe even all of them for a full Tegral-based application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futybo%2Ftegral","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futybo%2Ftegral","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futybo%2Ftegral/lists"}