https://github.com/seven-io/drupal10
https://github.com/seven-io/drupal10
seven-plugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/seven-io/drupal10
- Owner: seven-io
- License: mit
- Created: 2024-06-10T11:46:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-23T07:36:14.000Z (about 2 months ago)
- Last Synced: 2026-04-23T09:30:25.333Z (about 2 months ago)
- Topics: seven-plugin
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
seven SMS for Drupal 10/11
Send SMS, voice messages and run number lookups from Drupal via the seven gateway.
> **Looking for Drupal 8?** Use [`seven-io/drupal8`](https://github.com/seven-io/drupal8). For the SMS Framework gateway, use [`seven-io/drupal-sms-framework`](https://github.com/seven-io/drupal-sms-framework).
---
## Features
- **Send SMS / Voice** - Single or bulk messages from the Drupal admin
- **Number Lookups** - HLR, MNP, CNAM and number-format lookups
- **Drupal-Native Forms** - Standard Drupal admin UI for sending and history
## Prerequisites
- Drupal 10 or 11
- PHP 8.1+
- 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
### Composer (recommended)
```bash
composer require seven.io/drupal10
drush en seven
```
### Manual
Download the [latest release](https://github.com/seven-io/drupal10/releases/latest), extract it into `web/modules/contrib/seven` and enable the module via **Extend** in the Drupal admin.
## Configuration
Open the seven configuration page in the Drupal admin, paste your API key and save.
## Support
Need help? Feel free to [contact us](https://www.seven.io/en/company/contact/) or [open an issue](https://github.com/seven-io/drupal10/issues).
## License
[MIT](LICENSE)