PHP code example of arckinteractive / notifications_sms
1. Go to this page and download the library: Download arckinteractive/notifications_sms library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
arckinteractive / notifications_sms example snippets
notify_user($user->guid, elgg_get_site_entity()->guid, 'Really long notification subject', 'Really long notification body', array(
'sms' => 'Send this sms',
), 'email');