{"id":13393992,"url":"https://github.com/qor/qor","last_synced_at":"2025-05-11T13:58:48.696Z","repository":{"id":41967446,"uuid":"20549706","full_name":"qor/qor","owner":"qor","description":"QOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems.","archived":false,"fork":false,"pushed_at":"2025-04-22T13:20:32.000Z","size":16302,"stargazers_count":5325,"open_issues_count":60,"forks_count":693,"subscribers_count":294,"default_branch":"master","last_synced_at":"2025-05-11T13:58:32.130Z","etag":null,"topics":["admin","api","cms","go","golang"],"latest_commit_sha":null,"homepage":"http://getqor.com/","language":"Go","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/qor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2014-06-06T03:06:46.000Z","updated_at":"2025-05-08T04:46:17.000Z","dependencies_parsed_at":"2024-04-23T10:43:54.522Z","dependency_job_id":"c9bdfa45-1c9b-4ed0-8ecf-a5fee76cc3b0","html_url":"https://github.com/qor/qor","commit_stats":{"total_commits":2464,"total_committers":30,"mean_commits":82.13333333333334,"dds":0.4025974025974026,"last_synced_commit":"02d7618262150c057e490fbfadea302f8cb49de4"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qor%2Fqor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qor%2Fqor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qor%2Fqor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qor%2Fqor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qor","download_url":"https://codeload.github.com/qor/qor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253576262,"owners_count":21930169,"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":["admin","api","cms","go","golang"],"created_at":"2024-07-30T17:01:04.913Z","updated_at":"2025-05-11T13:58:48.633Z","avatar_url":"https://github.com/qor.png","language":"Go","readme":"# QOR\n\nEnglish Chat Room: [![Join the chat at https://gitter.im/qor/qor](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/qor/qor?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n中文聊天室： [![加入中国Qor聊天室 https://gitter.im/qor/qor/china](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/qor/qor/china)\n\n[![Build Status](https://travis-ci.com/qor/qor.svg?branch=master)](https://travis-ci.com/qor/qor)\n\n**For security issues, please send us an email to security@getqor.com and give us time to respond BEFORE posting as an issue or reporting on public forums.**\n\n## What is QOR?\n\nQOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems.\n\nThis is a complete rewrite in Go, of the original QOR, which was a proprietary framework written in Ruby on Rails and used internally at [The Plant](https://theplant.jp). QOR 1.0 is the first version to be open sourced and distributed under the MIT license.\n\n### What QOR is not\n\nQOR is not a \"boxed turnkey solution\". You need proper coding skills to use it. It's designed to make the lives of developers easier when building complex EC systems, not providing you one out of the box.\n\n## Documentation\n\n\u003chttps://doc.getqor.com/\u003e\n\n\n## The modules\n\n* [Admin](https://github.com/qor/admin) - The core part of QOR system, will generate an admin interface and RESTFul API for you to manage your data\n\n* [Publish](https://github.com/qor/publish) - Providing a staging environment for all content changes to be reviewed before being published to the live system\n\n* [Transition](https://github.com/qor/transition) - A configurable State Machine: define states, events (eg. pay order), and validation constraints for state transitions\n\n* [Media Library](https://github.com/qor/media_library) - Asset Management with support for several cloud storage backends and publishing via a CDN\n\n* [Worker](https://github.com/qor/worker) (Batch processing) - A process scheduler\n\n* [Exchange](https://github.com/qor/exchange) - Data exchange with other business applications using CSV or Excel data\n\n* [Internationalization](https://github.com/qor/i18n) (i18n) - Managing and (inline) editing of translations\n\n* [Localization](https://github.com/qor/l10n) (l10n) - Manage DB-backed models on per-locale basis, with support for defining/editing localizable attributes, and locale-based querying\n\n* [Roles](https://github.com/qor/roles) - Access Control\n\n* And more [https://github.com/qor](https://github.com/qor)\n\n## Live DEMO\n\n* Live Demo [http://demo.getqor.com/admin](http://demo.getqor.com/admin)\n* Source Code of Live Demo [https://github.com/qor/qor-example](https://github.com/qor/qor-example)\n\n## Frontend Development\n\nRequires [Node.js](https://nodejs.org/) and [Gulp](http://gulpjs.com/) for building frontend files\n\n```bash\nnpm install \u0026\u0026 npm install -g gulp\n```\n\n- Watch SCSS/JavaScript changes: `gulp`\n- Build Release files: `gulp release`\n\n## License\n\nReleased under the [MIT License](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":["Popular","开源类库","Go","Open source library","golang","Repositories"],"sub_categories":["Web 框架","Web Framework"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqor%2Fqor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqor%2Fqor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqor%2Fqor/lists"}