Skip to content

Kanonimpresor/SMS-e107

 
 

Repository files navigation

Official seven extension for e107

This plugin works with e107's notification system and adds the possibility to send SMS to your customers via seven.

Prerequisites

Installation

  1. Download the latest release
  2. Extract the archive to /path/to/e107/e107_plugins/
  3. Head to Manage->Plugin Manager->Not installed in your administration panel and enable the seven plugin
  4. Go to Plugin Manager->Installed, open the settings page and enter your API key

Usage

You can start by going to the Test page and compose an SMS to see if it all works.

Notification system

You can programmatically send SMS by triggering the e107 notification system for SMS dispatch.

e107::getEvent()->trigger(
'system_send_sms',
[
   'message' => 'Your message',
   'to' => '+1-234-567-890',
]);

Support

Need help? Feel free to contact us.

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%