PHPackages                             sms77/sylius-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sms77/sylius-plugin

Abandoned → [seven.io/sylius](/?search=seven.io%2Fsylius)Sylius-plugin

sms77/sylius-plugin
===================

seven.io plugin for Sylius applications.

1.1.0(1y ago)1126[1 issues](https://github.com/seven-io/sylius/issues)[2 PRs](https://github.com/seven-io/sylius/pulls)MITPHPPHP ^8.2

Since Oct 4Pushed 1w agoCompare

[ Source](https://github.com/seven-io/sylius)[ Packagist](https://packagist.org/packages/sms77/sylius-plugin)[ RSS](/packages/sms77-sylius-plugin/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (30)Versions (7)Used By (0)

 [![seven logo](https://camo.githubusercontent.com/b4669bbc8fd3ead5911fb6525c456c6d2cff4957f29012d27b677a4da0a5efee/68747470733a2f2f7777772e736576656e2e696f2f77702d636f6e74656e742f75706c6f6164732f4c6f676f2e737667)](https://camo.githubusercontent.com/b4669bbc8fd3ead5911fb6525c456c6d2cff4957f29012d27b677a4da0a5efee/68747470733a2f2f7777772e736576656e2e696f2f77702d636f6e74656e742f75706c6f6164732f4c6f676f2e737667)

seven SMS for Sylius
====================

[](#seven-sms-for-sylius)

 Send SMS and text-to-speech calls from [Sylius](https://sylius.com/) - manually, in bulk, or programmatically via Sylius events.

 [![MIT License](https://camo.githubusercontent.com/e19d32ddd0fe35c406741f25b9b857f291780424f61b66afa7f884354256b8ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d7465616c2e737667)](LICENSE) [![Sylius 1.x](https://camo.githubusercontent.com/7959be37deb9f6e5463503978549f9e6915d99d8babc323a4a74c20428cb0f8e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796c6975732d312e782d6f72616e6765)](https://camo.githubusercontent.com/7959be37deb9f6e5463503978549f9e6915d99d8babc323a4a74c20428cb0f8e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796c6975732d312e782d6f72616e6765) [![PHP 8.2+](https://camo.githubusercontent.com/0429984b8f6df75a2d855223b0028df75216981fba40918ae9747b7026cc518e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322532422d707572706c65)](https://camo.githubusercontent.com/0429984b8f6df75a2d855223b0028df75216981fba40918ae9747b7026cc518e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322532422d707572706c65) [![Packagist](https://camo.githubusercontent.com/46241964833d28c4f8842fdc5a5ce4c8669b46fa634a09b65886be96a1507d07/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736576656e2e696f2f73796c697573)](https://packagist.org/packages/seven.io/sylius)

---

Features
--------

[](#features)

- **SMS &amp; 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
-------------

[](#prerequisites)

- Sylius 1.x
- PHP 8.2+
- 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))

Installation
------------

[](#installation)

### 1. Install via Composer

[](#1-install-via-composer)

```
composer require seven.io/sylius
```

### 2. Register the bundle

[](#2-register-the-bundle)

Add to `config/bundles.php`:

```
Seven\SyliusPlugin\SevenSyliusPlugin::class => ['all' => true],
```

### 3. Wire admin routing

[](#3-wire-admin-routing)

Add to `config/routes.yaml`:

```
seven_sylius_plugin:
    resource: "@SevenSyliusPlugin/Resources/config/admin_routing.yml"
```

### 4. Import services

[](#4-import-services)

Add to `config/services.yaml`:

```
imports:
    - { resource: "@SevenSyliusPlugin/Resources/config/config.yml" }
```

### 5. Run migrations

[](#5-run-migrations)

```
php bin/console doctrine:migrations:diff
php bin/console doctrine:migrations:migrate
```

### 6. Configure

[](#6-configure)

Open **Seven &gt; Configurations** in the Sylius admin and create your first configuration with your seven API key.

Screenshots
-----------

[](#screenshots)

[![Write SMS](screenshots/write_sms.png)](screenshots/write_sms.png)[![Write Voice](screenshots/write_voice.png)](screenshots/write_voice.png)[![Sent SMS](screenshots/sms.png)](screenshots/sms.png)[![Sent Voice](screenshots/voice.png)](screenshots/voice.png)[![Configuration](screenshots/config_edit.png)](screenshots/config_edit.png)[![Configuration List](screenshots/config_list.png)](screenshots/config_list.png)Support
-------

[](#support)

Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/) or [open an issue](https://github.com/seven-io/sylius/issues).

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance52

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1144 days

Total

2

Last Release

534d ago

PHP version history (2 changes)1.0.0PHP ^7.4 || ^8.0

1.1.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/2630735456c80aab26c3c9c05b7de0528601df89fdc587ae0b428458e251b59a?d=identicon)[matthiez](/maintainers/matthiez)

---

Top Contributors

[![matthiez](https://avatars.githubusercontent.com/u/12965261?v=4)](https://github.com/matthiez "matthiez (39 commits)")[![cl77](https://avatars.githubusercontent.com/u/33660027?v=4)](https://github.com/cl77 "cl77 (3 commits)")

---

Tags

e-commerceseven-pluginsmssyliussylius-pluginsyliussmsmarketingvoicesylius-plugintext-to-speech

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sms77-sylius-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/sms77-sylius-plugin/health.svg)](https://phpackages.com/packages/sms77-sylius-plugin)
```

###  Alternatives

[bitbag/cms-plugin

CMS plugin for Sylius applications.

2461.1M5](/packages/bitbag-cms-plugin)[sylius/invoicing-plugin

Invoicing plugin for Sylius.

901.0M2](/packages/sylius-invoicing-plugin)[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

691.7M14](/packages/sylius-refund-plugin)[stefandoorn/sitemap-plugin

Sitemap Plugin for Sylius

851.0M](/packages/stefandoorn-sitemap-plugin)[sylius/paypal-plugin

PayPal plugin for Sylius.

451.4M4](/packages/sylius-paypal-plugin)[monsieurbiz/sylius-rich-editor-plugin

A Rich Editor plugin for Sylius.

75380.8k6](/packages/monsieurbiz-sylius-rich-editor-plugin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
