PHP code example of celusion / yii2-smsconnexion

1. Go to this page and download the library: Download celusion/yii2-smsconnexion 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/ */

    

celusion / yii2-smsconnexion example snippets


    'smsconnexionusername' => '<Username>',
    'smsconnexionpassword' => '<YourPassword>',


use celusion\smsconnexion\SMSConneXion;

//This sends the SMS message hello world to the mobile phone number 1234567890
SMSConneXion::sendSMS('1234567890','hello world');


php composer.phar