https://github.com/dpi/sms_clickatell
Integrates Clickatell with SMS Framework.
https://github.com/dpi/sms_clickatell
clickatell drupal drupal-module drupal-sms
Last synced: about 1 month ago
JSON representation
Integrates Clickatell with SMS Framework.
- Host: GitHub
- URL: https://github.com/dpi/sms_clickatell
- Owner: dpi
- License: gpl-2.0
- Created: 2016-04-25T20:44:19.000Z (about 10 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2017-03-11T08:37:49.000Z (over 9 years ago)
- Last Synced: 2026-01-20T15:47:38.253Z (5 months ago)
- Topics: clickatell, drupal, drupal-module, drupal-sms
- Language: PHP
- Homepage: https://www.drupal.org/project/sms_clickatell
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Enables modules to use Clickatell API, and integrates with SMS Framework.
Copyright (C) 2016 Daniel Phin (@dpi)
# License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# Installation
1. Install module as per [standard procedure][drupal-module-install].
2. This module has composer dependencies, see [instructions][composer-dependencies]
for information on how to resolve these dependencies.
[drupal-module-install]: https://www.drupal.org/docs/8/extending-drupal/installing-contributed-modules "Installing Contributed Modules"
[composer-dependencies]: https://www.drupal.org/docs/8/extending-drupal/installing-modules-composer-dependencies "Installing modules' Composer dependencies"