{"id":13424481,"url":"https://github.com/amberframework/amber","last_synced_at":"2025-05-14T00:06:49.422Z","repository":{"id":20027735,"uuid":"88535378","full_name":"amberframework/amber","owner":"amberframework","description":"A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.","archived":false,"fork":false,"pushed_at":"2024-12-13T13:21:29.000Z","size":2276,"stargazers_count":2592,"open_issues_count":39,"forks_count":205,"subscribers_count":73,"default_branch":"master","last_synced_at":"2025-04-10T02:16:54.317Z","etag":null,"topics":["amber","amber-framework","cli","cohesive","crystal","efficient","fast","framework","scaffolding","web","web-framework"],"latest_commit_sha":null,"homepage":"https://amberframework.org","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/amberframework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/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}},"created_at":"2017-04-17T18:02:35.000Z","updated_at":"2025-04-02T15:19:09.000Z","dependencies_parsed_at":"2024-10-09T13:24:39.783Z","dependency_job_id":"ee05e58e-7b08-4f00-85fa-72c16067ce21","html_url":"https://github.com/amberframework/amber","commit_stats":{"total_commits":1172,"total_committers":116,"mean_commits":10.10344827586207,"dds":0.7832764505119454,"last_synced_commit":"4088e621fd197e2a95ac34675f11c3c8e7e66b69"},"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amberframework%2Famber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amberframework%2Famber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amberframework%2Famber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amberframework%2Famber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amberframework","download_url":"https://codeload.github.com/amberframework/amber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254043575,"owners_count":22004973,"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":["amber","amber-framework","cli","cohesive","crystal","efficient","fast","framework","scaffolding","web","web-framework"],"created_at":"2024-07-31T00:00:54.988Z","updated_at":"2025-05-14T00:06:49.340Z","avatar_url":"https://github.com/amberframework.png","language":"Crystal","readme":"![amber](https://github.com/amberframework/site-assets/raw/master/images/amber-horizontal.png)\n\n**Productivity. Performance. Happiness.**\n\n_Amber makes building web applications fast, simple, and enjoyable - with fewer bugs and blazing fast performance._\n\n[![Build Status](https://travis-ci.org/amberframework/amber.svg?branch=master)](https://travis-ci.org/amberframework/amber)\n[![Version](https://img.shields.io/github/tag/amberframework/amber.svg?maxAge=360\u0026label=version)](https://github.com/amberframework/amber/releases/latest)\n[![License](https://img.shields.io/github/license/amberframework/amber.svg)](https://github.com/amberframework/amber/blob/master/LICENSE)\n\n[![Liberapay patrons](https://img.shields.io/liberapay/patrons/amber-framework.svg?label=liberapay%20patrons)](https://liberapay.com/amber-framework/)\n\n# Welcome to Amber\n\n**Amber** is a web application framework written in [Crystal](https://crystal-lang.org/) inspired by Kemal, Rails, Phoenix and other popular application frameworks.\n\nThe purpose of Amber is not to create yet another framework, but to take advantage of the beautiful Crystal language capabilities and provide engineers and the Crystal community with an efficient, cohesive, well maintained web framework that embraces the language philosophies, conventions, and guidelines.\n\nAmber borrows concepts that have already been battle tested and successful, and embraces new concepts through team and community collaboration and analysis, which also aligns with Crystal's philosophy.\n\n## Community\n\nQuestions? Join our [Discord](https://discord.gg/vwvP5zakSn).\n\nGuidelines? We have adopted the Contributor Covenant to be our [CODE OF CONDUCT](.github/CODE_OF_CONDUCT.md) for Amber.\n\nOur Philosophy? [Read Amber Philosophy H.R.T.](.github/AMBER_PHILOSOPHY.md)\n\n## Documentation\n\nRead Amber documentation on https://docs.amberframework.org/amber\n\n## Benchmarks\n\n[Techempower Framework Benchmarks - Round 18 (2019-07-09)](https://www.techempower.com/benchmarks/#section=data-r18\u0026hw=ph\u0026test=json\u0026c=6\u0026d=9\u0026o=e)\n\n* Filtered by Full Stack, Full ORM, Mysql or Pg for comparing similar frameworks.\n\n## Installation \u0026 Usage\n\n#### Homebrew (macOS/Linux)\n\n```\nbrew install amber\n```\n\n#### Linux\n\nCurrently, the only option to install on Linux is from source. At the time of this writing, v1.4.1 is the current stable release, but you should use the most recent tag in place of that.\n\n```\nsudo apt-get install libreadline-dev libsqlite3-dev libpq-dev libmysqlclient-dev libssl-dev libyaml-dev libpcre3-dev libevent-dev\ngit clone https://github.com/amberframework/amber.git\ncd amber\ngit checkout v1.4.1\nshards install\nmake\nsudo make install\n```\n\nIf you're using ArchLinux or similar distro try:\n\n```\nyay -S amber\n```\n\n#### Common\n\nTo compile a local `bin/amber` per project use `shards build amber`\n\nTo use it as dependency, add this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  amber:\n    github: amberframework/amber\n```\n\n[Read Amber quick start guide](https://docs.amberframework.org/amber/getting-started)\n\n[Read Amber CLI commands usage](https://docs.amberframework.org/amber/cli)\n\n[Read more about Amber CLI installation guide](https://docs.amberframework.org/amber/guides/installation)\n\n## Have an Amber-based Project?\n\nUse Amber badge\n\n[![Amber Framework](https://img.shields.io/badge/using-amber_framework-orange.svg)](https://amberframework.org/)\n\n```markdown\n[![Amber Framework](https://img.shields.io/badge/using-amber_framework-orange.svg)](https://amberframework.org/)\n```\n## Release Checklist\n\n- Test and release all dependencies\n- Test everything locally\n- Run `crelease 0.36.0`\n- repoint amber to master branch in `src/amber/cli/templates/app/shard.yml.ecr` template\n- update release notes\n- update homebrew version and sha\n- update linux repositories\n- build and deploy docker image:\n  - verify Dockerfile is using the latest crystal version\n  - `docker login`\n  - `docker build -t amberframework/amber:0.36.0`\n  - `docker push amberframework/amber:0.36.0`\n\n## Contributing\n\nContributing to Amber can be a rewarding way to learn, teach, and build experience in just about any skill you can imagine. You don’t have to become a lifelong contributor to enjoy participating in Amber.\n\nTracking issues? Check our [project board](https://github.com/orgs/amberframework/projects/1?fullscreen=true).\n\nCode Triage? Join us on [codetriage](https://www.codetriage.com/amberframework/amber).\n\n[![Open Source Contributors](https://www.codetriage.com/amberframework/amber/badges/users.svg)](https://www.codetriage.com/amberframework/amber)\n\nAmber is a community effort and we want You to be part of it. [Join Amber Community!](https://github.com/amberframework/amber/blob/master/.github/CONTRIBUTING.md)\n\n1. Fork it https://github.com/amberframework/amber/fork\n2. Create your feature branch `git checkout -b my-new-feature`\n3. Write and execute specs and formatting checks `./bin/amber_spec`\n4. Commit your changes `git commit -am 'Add some feature'`\n5. Push to the branch `git push origin my-new-feature`\n6. Create a new Pull Request\n\n## Contributors\n\n- [Dru Jensen](https://github.com/drujensen \"drujensen\")\n- [Elias Perez](https://github.com/eliasjpr \"eliasjpr\")\n- [Isaac Sloan](https://github.com/elorest \"elorest\")\n- [Faustino Aguilar](https://github.com/faustinoaq \"faustinoaq\")\n- [Nick Franken](https://github.com/fridgerator \"fridgerator\")\n- [Mark Siemers](https://github.com/marksiemers \"marksiemers\")\n- [Robert Carpenter](https://github.com/robacarp \"robacarp\")\n\n[See more Amber contributors](https://github.com/amberframework/amber/graphs/contributors)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n## Acknowledgments\n\n* Inspired by [Kemal](https://kemalcr.com/), [Rails](https://rubyonrails.org/), [Phoenix](https://phoenixframework.org/), and [Hanami](https://hanamirb.org/)\n","funding_links":["https://liberapay.com/amber-framework/"],"categories":["Crystal","Web Frameworks","后端开发框架及项目","\u003ca name=\"Crystal\"\u003e\u003c/a\u003eCrystal"],"sub_categories":["后端项目_其他"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famberframework%2Famber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famberframework%2Famber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famberframework%2Famber/lists"}