| Package Data | |
|---|---|
| Maintainer Username: | orgenus |
| Maintainer Contact: | obasli@unlembilisim.com (Orhan Gazi Başlı) |
| Package Create Date: | 2017-03-23 |
| Package Last Update: | 2017-12-01 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:12:24 |
| Package Statistics | |
|---|---|
| Total Downloads: | 38 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 6 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Laravel 5 ve üzeri sürümler için
Basit ve kolay kullanım.
composer require unlembilisim/ileti-merkezi-sms
config/services.php içerisine:'iletimerkezi' => [
'username' => env('ILETIMERKEZI_USERNAME'),
'password' => env('ILETIMERKEZI_PASSWORD'),
'endpoint' => env('ILETIMERKEZI_ENDPOINT'),
'title' => env('ILETIMERKEZI_TITLE'),
],
config/app.php dosyasınaUnlemBilisim\IletiMerkezi\IletiMerkeziServiceProvider::class,
Ekleyip. Notification nesnesi olarak kullanabilirsiniz.