sms77 / shopware6
Shopware 6 plugin to programmatically send SMS via the sms77.io gateway.
Package info
Type:shopware-platform-plugin
pkg:composer/sms77/shopware6
v1.0.0
2020-09-09 07:13 UTC
Requires
- shopware/administration: *
- shopware/core: *
- sms77/api: ^1.1
- dev-master
- v1.0.0
- dev-dependabot/github_actions/actions-all-c22e3e74e6
- dev-chore/dependabot-config
- dev-dependabot/composer/sms77/api-tw-8.1
- dev-dev
- dev-dependabot/npm_and_yarn/src/Resources/node-fetch-and-sms77-client--removed
- dev-dependabot/composer/guzzlehttp/psr7-1.9.1
- dev-dependabot/composer/sabberworm/php-css-parser-8.4.0
This package is auto-updated.
Last update: 2026-05-26 13:16:00 UTC
README
seven SMS for Shopware 6
Send manual and event-based SMS for orders, deliveries and payments in Shopware 6 via the seven gateway.
Features
- Compose SMS - Send messages directly from the Shopware admin
- Signature Support - Append a configurable signature to outbound messages and pick its position
- Fixed Sender / Receiver - Lock down the sender ID or recipient per shop instance
- Event-Based Dispatch - Auto-fire SMS on:
- Canceled order, Finalized order
- Canceled / Return / Part-return / Outbound / Partial-shipment delivery events
- Canceled / Settled / Partial-settled / Refunded / Partial-refunded / Reminder payment events
Prerequisites
- Shopware 6.x
- PHP 7.4+
- A seven account with API key (How to get your API key)
Installation
Composer (recommended)
cd /path/to/shopware
composer require sms77/shopware6
php bin/console cache:clear
php bin/console database:migrate --all Sms77Shopware6
Manual
Download the latest release ZIP and upload it via Settings > System > Plugins in the Shopware admin.
Configuration
Open Administration > Settings > System > Plugins > sms77io, paste your seven API key and save.
| Option | Description |
|---|---|
| API key | Your seven API key |
| Signature | Static text appended to every outbound SMS |
| Signature position | Where the signature is appended (before / after the body) |
| Fixed sender identifier | Override the per-message sender |
| Fixed message receiver | Override the per-message recipient |
Support
Need help? Feel free to contact us or open an issue.