seven.io / sylius
seven.io plugin for Sylius applications.
Package info
Type:sylius-plugin
pkg:composer/seven.io/sylius
1.1.0
2024-11-22 12:47 UTC
Requires
- php: ^8.2
- seven.io/api: v5.0.0
- sylius/sylius: ~1.09.0 || ~1.10.0 || ~1.11.0 || ~1.12.0 || ~1.13.0 || ~1.14.0
Requires (Dev)
- behat/behat: ^3.6.1
- behat/mink-selenium2-driver: ^1.4
- dmore/behat-chrome-extension: ^1.3
- dmore/chrome-mink-driver: ^2.7
- friends-of-behat/mink: ^1.8
- friends-of-behat/mink-browserkit-driver: ^1.4
- friends-of-behat/mink-debug-extension: ^2.0.0
- friends-of-behat/mink-extension: ^2.4
- friends-of-behat/page-object-extension: ^0.3
- friends-of-behat/suite-settings-extension: ^1.0
- friends-of-behat/symfony-extension: ^2.1
- friends-of-behat/variadic-extension: ^1.3
- friendsofsymfony/oauth-server-bundle: ^1.6 || >2.0.0-alpha.0 ^2.0@dev
- phpspec/phpspec: ^7.0
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: 0.12.85
- phpstan/phpstan-doctrine: 0.12.33
- phpstan/phpstan-strict-rules: ^0.12.0
- phpstan/phpstan-webmozart-assert: 0.12.12
- phpunit/phpunit: ^9.5
- sensiolabs/security-checker: ^6.0
- sylius-labs/coding-standard: ^4.0
- symfony/browser-kit: ^4.4 || ^5.2
- symfony/debug-bundle: ^4.4 || ^5.2
- symfony/dotenv: ^4.4 || ^5.2
- symfony/intl: ^4.4 || ^5.2
- symfony/web-profiler-bundle: ^4.4 || ^5.2
- vimeo/psalm: 4.7.1
Conflicts
- symfony/browser-kit: 4.1.8
- symfony/dependency-injection: 4.1.8
- symfony/dom-crawler: 4.1.8
- symfony/routing: 4.1.8
- symfony/symfony: 4.1.8
This package is auto-updated.
Last update: 2026-04-28 12:19:41 UTC
README
seven SMS for Sylius
Send SMS and text-to-speech calls from Sylius - manually, in bulk, or programmatically via Sylius events.
Features
- SMS & Voice - Send single or bulk SMS plus text-to-speech calls from the Sylius admin
- Event-Driven - Subscribe to Sylius events (order placed, shipped, etc.) to fire SMS automatically
- Bulk Customer Messaging - Reach all customers at once with one click
- Order-Update Notifications - Pre-built flows for keeping customers informed about order status
Prerequisites
- Sylius 1.x
- PHP 8.2+
- A seven account with API key (How to get your API key)
Installation
1. Install via Composer
composer require seven.io/sylius
2. Register the bundle
Add to config/bundles.php:
Seven\SyliusPlugin\SevenSyliusPlugin::class => ['all' => true],
3. Wire admin routing
Add to config/routes.yaml:
seven_sylius_plugin: resource: "@SevenSyliusPlugin/Resources/config/admin_routing.yml"
4. Import services
Add to config/services.yaml:
imports: - { resource: "@SevenSyliusPlugin/Resources/config/config.yml" }
5. Run migrations
php bin/console doctrine:migrations:diff php bin/console doctrine:migrations:migrate
6. Configure
Open Seven > Configurations in the Sylius admin and create your first configuration with your seven API key.
Screenshots
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Support
Need help? Feel free to contact us or open an issue.





