sergey-yabloncev/stream-telecom

package for sending sms via stream telecom service

0.2 2019-10-30 12:32 UTC

This package is auto-updated.

Last update: 2024-05-29 03:57:18 UTC


README

This package to integrate with laravel 5.8 - 6

Package for sending sms through the service Stream Telecom

install

composer require sergey-yabloncev/stream-telecom

Copy the package config to your local config with the publish command:

php artisan vendor:publish --provider="Yabloncev\StreamTelecom\ServiceProvider"