SMS API Integration
Getting Started
Review and download sample codes on GitHub Where to find SMS Modules? All sms modules are fallen into the /coremio/modules/SMS/ directory. You can review and refer to available module files as an example. Creating a Module Folder Go to the modules folder ...
Variables
Variable Description $lang It is assigned to the variable by the __construct() function, it rotates the array values in the "php" file in the "lang" folder in the module file. $config It is assigned to the variable by the __construct() function, and...