sms77 / sms77typo3
Send SMS & voice messages via seven.io.
v1.0.0
2026-04-10 23:45 UTC
Requires
- php: ^8.2
- ext-json: *
- seven.io/api: ^8.1
- typo3/cms-backend: ^12.4 || ^13.4
- typo3/cms-core: ^12.4 || ^13.4
- typo3/cms-extbase: ^12.4 || ^13.4
Replaces
- typo3-ter/seventypo3: v1.0.0
This package is auto-updated.
Last update: 2026-04-23 07:33:37 UTC
README
seven.io TYPO3 Extension
Send SMS, voice messages and perform number lookups directly from the TYPO3 backend.
seven.io ·
API Docs ·
TER
Installation
Composer (recommended)
composer require seven.io/typo3
TYPO3 Extension Repository (TER)
Download via the Extension Manager from the extension page.
Configuration
- Install the extension
- Go to Admin Tools > Settings > Extension Configuration > seventypo3
- Enter your seven.io API key
Features
| Feature | Description |
|---|---|
| SMS | Send single or bulk SMS to frontend users or custom recipients |
| Voice | Send text-to-speech voice messages |
| Lookup | Number lookups: CNAM, Format, HLR, MNP |
| History | Full message and lookup history with config/response details |
Requirements
| Dependency | Version |
|---|---|
| TYPO3 | 12.4+ or 13.4+ |
| PHP | 8.2+ |
| seven.io API key | Sign up |
Changelog
1.0.0
- TYPO3 12/13 LTS compatibility
- Migrated to new backend module registration API
- Updated to seven.io PHP SDK v8 (
seven.io/api) - PHP 8.2+ with typed properties and modern language features
- Replaced deprecated APIs (
ObjectManagerInterface,BackendTemplateView,FlashMessageconstants) - Controllers return PSR-7
ResponseInterface - Icon registration via
Configuration/Icons.php - Removed obsolete SMS parameters (
unicode,utf8,details,json,no_reload,return_msg_id)
0.4.0
- Initial seven.io branded release (TYPO3 10.x)