et2m/inci-sms is a Laravel package for inci sms gateway.
It currently has 4 GitHub stars and 61 downloads on Packagist (latest version v1.0.7).
Install it with composer require et2m/inci-sms.
Discover more Laravel packages by et2m
or browse all Laravel packages to compare alternatives.
Last updated
İnci Kurumsal Sms Sistemi ( Gateway ) için Yazılmış Modüler Php Composer Paketidir.
composer require et2m/inci-sms
<?php
use eT2M\InciSms\InciSms;
// Ayar Dosyasının İşlenmesi
$ayar=[
"id" => 'KODUNUZ', // İnci SMS özel Kod
'kadi' => "KULLANICIADINIZ",
"sifre" => "SİFRENİZ",
"baslik" => "BASLIGINIZ",
];
$sms = new InciSms($ayar);
// SMS Gönderimi
$smsGonderimi = $sms->SmsGonder('SMS_Gidecek_TEL', 'SMS MESAJINIZ');
// Bakiye Sorgulama
$BakiyemNe = $sms->BakiyeSor();
// Başlık Sorgulama
$BakiyemNe = $sms->GondericiAdlar();
Bu proje, MIT lisansı altında lisanslanmış açık kaynaklı bir yazılımdır .