Download the PHP package camoo/wp-camoo-sms without Composer
On this page you can find all versions of the php package camoo/wp-camoo-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download camoo/wp-camoo-sms
More information about camoo/wp-camoo-sms
Files in camoo/wp-camoo-sms
Package wp-camoo-sms
Short Description WordPress CAMOO SMS Plugin
License GPL-3.0+
Homepage https://camoo.cm
Informations about the package wp-camoo-sms
WP-CAMOO-SMS Plugin
CAMOO SMS A simple and powerful texting plugin for WordPress
You can add to WordPress, the ability to send SMS to a group, to a user, to a number or just to members of SMS newsletter.
To every event in WordPress, you can send sms through this plugin.
The usage of this plugin is completely free. You have to just have a CAMOO account:
- Sign up for a free CAMOO SMS account
- Ask CAMOO Team for new access_key for developers
Very easy Send SMS by PHP code:
Features
- Send (Bulk) SMS to number(s), subscribers and WordPress users.
- Subscribe newsletter SMS.
- Send activation code to subscribe for complete subscription.
- Notification SMS when published new post to subscribers.
- Notification SMS when the new release of WordPress.
- Notification SMS when registering a new User.
- Notification SMS when get new comment.
- Notification SMS when user logged into WordPress.
- Notification SMS when user registered to subscription form.
- Integrate with (Contact form 7, WooCommerce, Easy Digital Downloads)
- Supported WP Widget for newsletter subscribers.
- Support WordPress Hooks.
- Support WP REST API
- Import/Export Subscribers.
- Support GPG encryption to ensure an end-to-end encryption between your server and ours.
- Handle SMS status report
- WooCommerce Integration: send SMS to Buyer after status changed
- Notification for Smobilpay for e-commerce
Installation
-
Upload
camoo-sms
to the/wp-content/plugins/
directoryInstall Using GIT
Install Using Composer
Install Manually
If you do not use Composer to manage plugins or other dependencies, you can install the plugin manually. Download the wp-camoo-sms-Full.zip file from the Releases page and extract the ZIP file to your plugins directory.
You can also git clone this repository, and run composer install in the plugin folder to pull in it's dependencies.
- Activate the plugin through the 'Plugins' menu in WordPress
- To display Subscribe goto Themes -> Widgets, and adding
SMS newsletter form
into your sidebar Or using this functions:` into theme. or using this Shortcode
[wp-sms-subscriber-form]` in Posts pages or Widget. - Using this functions for send manual SMS:
- First:
$to = array('Mobile Number');
$msg = "Your Message";
$isflash = true; // Only if wants to send flash SMS, else you can remove this parameter from function.
- Send SMS:
wp_camoo_sms_send( $to, $msg, $isflash )
Actions
Run the following action when sending SMS with this plugin.
Example: Send mail when send sms.
Run the following action when subscribing a new user.
Example: Send sms to user when register a new subscriber.
Filters
You can use the following filter for modifying from the number.
Example: Add 0 to the end sender number.
You can use the following filter for modifying receivers number.
Example: Add new number to get message.
You can use the following filter for modifying text message.
Example: Add signature to messages that are sent.
Example: Auto satanise all REQUEST Data
Rest API Endpoints
Add new subscribe to SMS newsletter