{"id":20236363,"url":"https://github.com/onyxframework/onyx","last_synced_at":"2025-04-10T19:04:20.170Z","repository":{"id":95000679,"uuid":"152814962","full_name":"onyxframework/onyx","owner":"onyxframework","description":"Powerful framework for modern applications 💪","archived":false,"fork":false,"pushed_at":"2019-08-13T11:17:34.000Z","size":172,"stargazers_count":78,"open_issues_count":4,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T16:44:58.808Z","etag":null,"topics":["crystal","framework","onyxframework"],"latest_commit_sha":null,"homepage":"https://api.onyxframework.com/onyx","language":"Crystal","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/onyxframework.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,"publiccode":null,"codemeta":null}},"created_at":"2018-10-12T22:46:59.000Z","updated_at":"2024-05-31T11:54:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"95959c4f-c9c8-4e07-bf56-69b7a78833a2","html_url":"https://github.com/onyxframework/onyx","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyxframework%2Fonyx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyxframework%2Fonyx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyxframework%2Fonyx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyxframework%2Fonyx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onyxframework","download_url":"https://codeload.github.com/onyxframework/onyx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248279151,"owners_count":21077392,"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":["crystal","framework","onyxframework"],"created_at":"2024-11-14T08:20:24.851Z","updated_at":"2025-04-10T19:04:20.155Z","avatar_url":"https://github.com/onyxframework.png","language":"Crystal","readme":"\u003ca href=\"https://onyxframework.org\"\u003e\u003cimg width=\"100\" height=\"100\" src=\"https://onyxframework.org/img/logo.svg\"\u003e\u003c/a\u003e\n\n# Onyx\n\n[![Built with Crystal](https://img.shields.io/badge/built%20with-crystal-000000.svg?style=flat-square)](https://crystal-lang.org/)\n[![Travis CI build](https://img.shields.io/travis/onyxframework/onyx/stable.svg?style=flat-square)](https://travis-ci.org/onyxframework/onyx)\n[![Docs](https://img.shields.io/badge/docs-online-brightgreen.svg?style=flat-square)](https://docs.onyxframework.org)\n[![API docs](https://img.shields.io/badge/api_docs-online-brightgreen.svg?style=flat-square)](https://api.onyxframework.org/onyx)\n[![Latest release](https://img.shields.io/github/release/onyxframework/onyx.svg?style=flat-square)](https://github.com/onyxframework/onyx/releases)\n\nPowerful framework for modern applications.\n\n## About 👋\n\nOnyx Framework is a powerful general purpose framework for [Crystal language](https://crystal-lang.org/). It has the following goals:\n\n* **Joy** for newcomers, yet an ability to scale with the developer's knowledge\n* **Type-safety** on top of Crystal's amazing built-in type system\n* **Performance** having minimum possible overhead\n\nThe framework consists of the following loosely coupled components:\n\n* [Onyx::HTTP](https://github.com/onyxframework/http) to build scalable web applications\n* [Onyx::SQL](https://github.com/onyxframework/sql) to add SQL models to your business layer\n* [Onyx::EDA](https://github.com/onyxframework/eda) to implement events-based reactivity\n\n## Supporters 🕊\n\nThanks to all these patrons, the framework lives and prospers 🙏\n\n[Lauri Jutila](https://github.com/ljuti), [Alexander Maslov](https://seendex.ru), Anton Yordanov, Dainel Vera\n\n*You can become a patron too in exchange of prioritized support and other perks*\n\n\u003ca href=\"https://www.patreon.com/vladfaust\"\u003e\u003cimg height=\"50\" src=\"https://onyxframework.org/img/patreon-button.svg\"\u003e\u003c/a\u003e\n\n## Installation 📥\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  onyx:\n    github: onyxframework/onyx\n    version: ~\u003e 0.6.0\n```\n\nThis shard follows [Semantic Versioning v2.0.0](http://semver.org/), so check [releases](https://github.com/onyxframework/rest/releases) and change the `version` accordingly.\n\n\u003e Note that until Crystal is officially released, this shard would be in beta state (`0.*.*`), with every **minor** release considered breaking. For example, `0.1.0` → `0.2.0` is breaking and `0.1.0` → `0.1.1` is not.\n\nNote that this shard does **not** have implicit dependencies for other framework components. For example, to use `\"onyx/http\"` macros, you must add `onyx-http` dependendency as well:\n\n```yaml\ndependencies:\n  onyx:\n    github: onyxframework/onyx\n    version: ~\u003e 0.6.0\n  onyx-http:\n    github: onyxframework/http\n    version: ~\u003e 0.9.0\n```\n\n## Documentation 📚\n\nThe documentation is available online at [docs.onyxframework.org](https://docs.onyxframework.org).\n\n## Community 🍪\n\nThere are multiple places to talk about this particular shard and about other ones as well:\n\n* [Gitter](https://gitter.im/onyxframework/Lobby)\n* [Twitter](https://twitter.com/onyxframework)\n\n## Contributing\n\n1. Fork it ( https://github.com/onyxframework/onyx/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'feat: some feature') using [Angular style commits](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit)\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Vlad Faust](https://github.com/vladfaust) - creator and maintainer\n\n## Licensing\n\nThis software is licensed under [MIT License](LICENSE).\n\n[![Open Source Initiative](https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Opensource.svg/100px-Opensource.svg.png)](https://opensource.org/licenses/MIT)\n","funding_links":["https://www.patreon.com/vladfaust"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyxframework%2Fonyx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonyxframework%2Fonyx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyxframework%2Fonyx/lists"}