{"id":13400130,"url":"https://github.com/hanami/hanami","last_synced_at":"2025-05-12T05:21:23.382Z","repository":{"id":9976976,"uuid":"12004006","full_name":"hanami/hanami","owner":"hanami","description":"A flexible framework for maintainable Ruby apps","archived":false,"fork":false,"pushed_at":"2025-05-01T17:50:07.000Z","size":26807,"stargazers_count":6262,"open_issues_count":41,"forks_count":541,"subscribers_count":174,"default_branch":"main","last_synced_at":"2025-05-09T02:59:20.676Z","etag":null,"topics":["api","hanami","ruby","ruby-application","web","web-application"],"latest_commit_sha":null,"homepage":"http://hanamirb.org","language":"Ruby","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/hanami.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null},"funding":{"github":"hanami"}},"created_at":"2013-08-09T15:24:44.000Z","updated_at":"2025-05-07T22:01:00.000Z","dependencies_parsed_at":"2023-10-16T19:43:01.380Z","dependency_job_id":"37d6eea9-f607-4569-b0da-4f4b58350191","html_url":"https://github.com/hanami/hanami","commit_stats":{"total_commits":1592,"total_committers":190,"mean_commits":8.378947368421052,"dds":0.5709798994974875,"last_synced_commit":"e9ac87e105227db098d14446ca2cdda9c73ecb17"},"previous_names":["lotus/lotus"],"tags_count":74,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanami%2Fhanami","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanami%2Fhanami/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanami%2Fhanami/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanami%2Fhanami/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanami","download_url":"https://codeload.github.com/hanami/hanami/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253335880,"owners_count":21892752,"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":["api","hanami","ruby","ruby-application","web","web-application"],"created_at":"2024-07-30T19:00:48.749Z","updated_at":"2025-05-11T03:01:44.055Z","avatar_url":"https://github.com/hanami.png","language":"Ruby","readme":"# Hanami :cherry_blossom:\n\n**A flexible framework for maintainable Ruby apps.**\n\nHanami is a **full-stack** Ruby web framework. It's made up of smaller, single-purpose libraries.\n\nThis repository is for the full-stack framework, which provides the glue that ties all the parts together:\n\n* [**Hanami::Router**](https://github.com/hanami/router) - Rack compatible HTTP router for Ruby\n* [**Hanami::Controller**](https://github.com/hanami/controller) - Full featured, fast and testable actions for Rack\n* [**Hanami::View**](https://github.com/hanami/view) - Presentation with a separation between views and templates\n* [**Hanami::DB**](https://github.com/hanami/db) - Database integration, complete with migrations, repositories, relations, and structs\n* [**Hanami::Assets**](https://github.com/hanami/assets) - Assets management for Ruby\n\nThese components are designed to be used independently or together in a Hanami application.\n\n## Status\n\n[![Gem Version](https://badge.fury.io/rb/hanami.svg)](https://badge.fury.io/rb/hanami)\n[![CI](https://github.com/hanami/hanami/actions/workflows/ci.yml/badge.svg)](https://github.com/hanami/hanami/actions?query=workflow%3Aci+branch%3Amain)\n\n## Installation\n\nHanami supports Ruby (MRI) 3.1+.\n\n```shell\ngem install hanami\n```\n\n## Usage\n\n```shell\nhanami new bookshelf\ncd bookshelf \u0026\u0026 bundle\nbundle exec hanami dev\n# Now visit http://localhost:2300\n```\n\nPlease follow along with the [Getting Started guide](https://guides.hanamirb.org/getting-started/).\n\n## Donations\n\nYou can give back to Open Source, by supporting Hanami development via [GitHub Sponsors](https://github.com/sponsors/hanami).\n\n## Contact\n\n* [Home page](http://hanamirb.org)\n* [Community](http://hanamirb.org/community)\n* [Guides](https://guides.hanamirb.org)\n* [Issues](https://github.com/hanami/hanami/issues)\n* [Forum](https://discourse.hanamirb.org)\n* [Chat](https://discord.gg/KFCxDmk3JQ)\n\n## Community\n\nWe care about building a friendly, inclusive and helpful community. We welcome people of all backgrounds, genders and experience levels, and respect you all equally.\n\nWe do not tolerate nazis, transphobes, racists, or any kind of bigotry. See our [code of conduct](http://hanamirb.org/community/#code-of-conduct) for more.\n\n## Contributing\n\n1. Fork it ( https://github.com/hanami/hanami/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\nIn addition to contributing code, you can help to triage issues. This can include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to [subscribe to hanami on CodeTriage](https://www.codetriage.com/hanami/hanami).\n\n### Tests\n\nTo run all test suite:\n\n```shell\n$ bundle exec rake\n```\n\nTo run all the unit tests:\n\n```shell\n$ bundle exec rspec spec/unit\n```\n\nTo run all the integration tests:\n\n```shell\n$ bundle exec rspec spec/integration\n```\n\nTo run a single test:\n\n```shell\n$ bundle exec rspec path/to/spec.rb\n```\n\n### Development Requirements\n\n* Ruby \u003e= 3.1\n* Bundler\n* Node.js\n\n## Versioning\n\nHanami uses [Semantic Versioning 2.0.0](http://semver.org).\n\n## Copyright\n\nCopyright © 2014–2024 Hanami Team – Released under MIT License.\n","funding_links":["https://github.com/sponsors/hanami"],"categories":["Ruby","Gems","Frameworks"],"sub_categories":["Misc","Web Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanami%2Fhanami","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanami%2Fhanami","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanami%2Fhanami/lists"}