DEV Community

Cover image for Laravel SMS Channels
Mohammad Hafijul Islam
Mohammad Hafijul Islam

Posted on

Laravel SMS Channels

I am very excited to share an open-source laravel package named "Laraflow/SMS". A library of SMS channel collections ready for production on the laravel application.

Features of the package

  1. Doesn't depend on bulky third-party libraries; the program can grow with your project.
  2. Capability to swap drivers without impacting the code
  3. The developer can add their channel to the configuration file to expand the collection.

Right now, We have integrated these SMS gateway APIs

  1. AfricasTalking
  2. Clickatell
  3. ClickSend
  4. Infobip
  5. MessageBird
  6. SMSBroadcast
  7. Telnyx
  8. Twilio

For whom this package is appropriate

  1. Desire to finish the assignment quickly
  2. Not a full library is needed; just a basic API integration is desired.
  3. Have the option of regularly switching SMS vendors

Packagist Link: Packagist

Documentation Link: Documentation

Having someone interested in reviewing my implementation or contribution to the codebase would appreciated.

Top comments (0)