und3fined-it / krayin-twilio
This package implements Twilio into Krayin
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/und3fined-it/krayin-twilio
Requires
- twilio/sdk: ^5.0
This package is auto-updated.
Last update: 2025-09-29 02:59:09 UTC
README
This package enable the user to use Twilio services.
Actually it supports only SMS.
What do you need before?
- Krayin CRM (actually this package is tested on 1.x.x and Laravel 8+)
- Twilio
How to install it?
This package is hosted on Composer, so you only need to require it.
- composer require und3fined-it/krayin-twilio
Setup
- Go into your backoffice
- Go into Twilio settings
- Fill up the form and save it.
- Give it a try!
How to implement it with other packages?
- Message composing
You can generate a direct sms compose link passing the "to" parameter.
route("admin.twilio.sms.create", ["to" => "XXXXXXXXX"])