Key Takeaways
- compliance checklist for laravel frameworks: artisan jobs, consent, STOP, and a phone that is not your login SIM.
- Do not rewrite /blog/laravel-sms-gateway. This spoke is the gate before customer OTP.
- HTTPS samples live on /codebase-php. This is not a Complete PHP SDK or composer package.
- Priced by devices and SMS send volume. You use your own phone and operator SMS credit. Laravel does not include operator airtime.
- Free 300 SMS lifetime is a canary.
- This page is ops framing, not counsel. Local messaging law still applies.
Laravel teams hitting a compliance checklist for SMS usually have queues and a half-paired Android. Architecture stays on Laravel SMS gateway. Samples: PHP HTTPS— not a Complete SDK.
Priced by devices and SMS send volume. You use your own phone and operator SMS credit.
If marketing can dispatch onto the same
deviceIdsas login OTP, you failed the checklist before you opened the policy PDF.
Go / no-go for Laravel SMS
Fail closed. Horizon green with a Dozing phone is an outage. Device health.
Laravel hub owns architecture
Jobs, not controllers, for send. Developer Center owns live fields.
Compliance gates
| Gate | Go | No-go |
|---|---|---|
| Secrets | .env / vault, never git | Key in config/sms.php committed |
| Promo | Consent + persisted STOP | CSV of “leads” |
| OTP | Dedicated device + boring template | Shared with campaigns |
| Webhooks | HMAC + idempotent job | Unsigned route in web.php |
| Phone | Charged, paired, airtime owned | Demo on Wi-Fi only |
Consent, STOP, and queues
STOP. Suppression in the database, not only an auto-reply while the handset is on.
OTP isolation
Not legal advice
GDPR-minded logging: data handling. Counsel owns the rest.
Checklist
- Laravel hub read; samples from docs/codebase-php.
- Promo vs OTP queues and devices split.
- Webhook signature verified in a job.
- On-call owns the drawer.
- Airtime + pairing canary passed.
- No unlimited-carrier language in the RFC.
Next steps
Related product pages
Jump to the live product docs for this topic—not another long-form article.
- SMS API documentationLive endpoint reference
- PHP REST send samplesPHP code examples
- device and SMS volume pricingPlans and allowances
- Security and Trust CenterCompliance and posture





