sms77/sms77typo3

Send SMS & voice messages via seven.io.

Maintainers

Package info

github.com/seven-io/typo3

Type:typo3-cms-extension

pkg:composer/sms77/sms77typo3

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

v1.0.0 2026-04-10 23:45 UTC

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

TYPO3 12 | 13 PHP 8.2+ MIT License

Installation

Composer (recommended)

composer require seven.io/typo3

TYPO3 Extension Repository (TER)

Download via the Extension Manager from the extension page.

Configuration

  1. Install the extension
  2. Go to Admin Tools > Settings > Extension Configuration > seventypo3
  3. 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, FlashMessage constants)
  • 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)

License

MIT