sergey-yabloncev / stream-telecom
package for sending sms via stream telecom service
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sergey-yabloncev/stream-telecom
Requires
- php: ^7.0
- ext-json: *
- guzzlehttp/guzzle: ^6.3
- illuminate/support: ^5.8|^6.0
This package is auto-updated.
Last update: 2025-11-29 02:50:31 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"