irvinss/pkg_alibre_altiria

There is no license information available for the latest version (0.3.5) of this package.

Send SMS in PHP

0.3.5 2017-12-05 21:45 UTC

This package is not auto-updated.

Last update: 2024-04-19 00:15:58 UTC


README

Installation

composer require irvincode/sms-php

Now, put the command:

php artisan vendor:publish --tag=SMS

Then, you must put your personal domainId, login and password in your config/SMSAltiria

SMS_DOMAIN_ID=YOUR_DOMAIN_ID
SMS_LOGIN=YOUR_LOGIN
SMS_PASSWORD=YOUR_PASSWORD