{"id":19404452,"url":"https://github.com/seven-io/spree","last_synced_at":"2026-06-17T11:32:00.772Z","repository":{"id":218571644,"uuid":"429776151","full_name":"seven-io/spree","owner":"seven-io","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-25T10:10:07.000Z","size":32,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-25T12:13:45.237Z","etag":null,"topics":["e-commerce","seven-plugin","spree","spree-ecommerce","wip"],"latest_commit_sha":null,"homepage":"","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/seven-io.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":"2021-11-19T11:38:50.000Z","updated_at":"2026-04-28T12:17:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"9cdd1527-7718-42ca-b5a3-96c3e1e45cd9","html_url":"https://github.com/seven-io/spree","commit_stats":null,"previous_names":["seven-io/spree"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seven-io/spree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fspree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fspree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fspree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fspree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seven-io","download_url":"https://codeload.github.com/seven-io/spree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fspree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34447264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["e-commerce","seven-plugin","spree","spree-ecommerce","wip"],"created_at":"2024-11-10T11:34:58.480Z","updated_at":"2026-06-17T11:32:00.766Z","avatar_url":"https://github.com/seven-io.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.seven.io/wp-content/uploads/Logo.svg\" width=\"250\" alt=\"seven logo\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eseven SMS for Spree\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Send bulk SMS to your \u003ca href=\"https://spreecommerce.org/\"\u003eSpree\u003c/a\u003e customers via the seven gateway.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-teal.svg\" alt=\"MIT License\" /\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Spree-4.x-blue\" alt=\"Spree 4.x\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Ruby-2.7%2B-red\" alt=\"Ruby 2.7+\" /\u003e\n  \u003ca href=\"https://rubygems.org/gems/spree_seven\"\u003e\u003cimg src=\"https://img.shields.io/gem/v/spree_seven\" alt=\"Gem\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Features\n\n- **Bulk SMS** - Reach all customers in one go\n- **Country Filter** - Limit recipients to a specific country\n- **Native Spree Engine** - Standard Rails engine that integrates with the Spree admin\n\n## Prerequisites\n\n- A [Spree](https://spreecommerce.org/) installation (Rails 6+)\n- A [seven account](https://www.seven.io/) with API key ([How to get your API key](https://help.seven.io/en/developer/where-do-i-find-my-api-key))\n\n## Installation\n\nAdd the gem to your `Gemfile`:\n\n```ruby\ngem 'spree_seven'\n```\n\nInstall dependencies and run the install generator:\n\n```bash\nbundle install\nbundle exec rails g spree_seven:install\n```\n\nRestart your server so the engine assets are picked up.\n\n## Configuration\n\nAfter install, paste your seven API key into the Spree admin under the *seven* configuration page (or set `SEVEN_API_KEY` in the environment).\n\n## Development\n\n```bash\nbundle update\nbundle exec rake\n```\n\n`rake` defaults to building the dummy app if it does not exist, then runs specs. Regenerate the dummy app via `rake test_app`.\n\nWhen testing applications integrating with this gem, load the factories:\n\n```ruby\nrequire 'spree_seven/factories'\n```\n\n## Releasing\n\n```bash\nbundle exec gem bump -p -t\nbundle exec gem release\n```\n\nFor more options see the [`gem-release`](https://github.com/svenfuchs/gem-release) docs.\n\n## Contributing\n\nSee [CONTRIBUTING](CONTRIBUTING.md) for details on installing dependencies and crafting a good pull request.\n\n## Support\n\nNeed help? Feel free to [contact us](https://www.seven.io/en/company/contact/) or [open an issue](https://github.com/seven-io/spree/issues).\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Fspree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseven-io%2Fspree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Fspree/lists"}