/gateway

Lifeitmesms laravel package to send single or bulk text and voice sms and balance inquiry

Primary LanguagePHP

Forked Version of Lifetimessms gatewary for laravel 8 / Composer 2 Until the original version is updated you may install this one.

Steps

Add this to your composer.json

"lifetimesms/gateway": "dev-master"

Also this block

"repositories": [{  
"type": "vcs",  
"url": "https://github.com/simplyaakif/gateway"  }]

Then do your usual composer update