Skip to content

klipperdev/sms-sender

Repository files navigation

Klipper SMS Sender Component

The SMS Sender component is a powerful system for creating and sending SMS. Like Symfony Mailer for emails, this library use the Symfony Mime to build the messages. It uses the same logic to create and send the message via several transports.

Features include:

  • Create simply a SMS message like an email for Symfony Mailer
  • Available transports:
    • Null transport (to not really send the SMS)
    • Failover transport
    • Round Robin transport
  • Available 3rd party transports:
  • Added possibility to register custom transport for dsn by implementing Klipper\Component\SmsSender\Transport\TransportFactoryInterface
  • Render the SMS body with the Twig template with Klipper Twig SMS Sender

Resources

About

[READ ONLY] SMS Sender component of Klipper

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages