LaravelPackages.net
Acme Inc.
Toggle sidebar
codium/laravel-sms-capture

Captures outgoing SMS notifications

769
2
v1.0.5
About codium/laravel-sms-capture

codium/laravel-sms-capture is a Laravel package for captures outgoing sms notifications. It currently has 2 GitHub stars and 769 downloads on Packagist (latest version v1.0.5). Install it with composer require codium/laravel-sms-capture. Discover more Laravel packages by codium or browse all Laravel packages to compare alternatives.

Last updated

Laravel SMS Capture

Capture outgoing SMS notifications in Laravel so they can be previewed during development.

Requirements

This package has the following dependencies:

  • Laravel 8+
  • Pusher

This package works with the following Laravel SMS notification providers:

  • Nexmo/Vonage

Installation

This package can be installed via Composer:

composer require codium/laravel-sms-capture

Once installed make sure you've setup Pusher in Laravel so captured SMS notifications can be caught and displayed.

Usage

This package exposes a single endpoint which you may access at http://localhost/__sms. Notifications will only be caught when this page has been loaded as they are not stored on the server side.

Caught notifications will be cached in your browsers local storage and you can clear them by using the Clear Messages button.

License

The MIT License (MIT). Please see LICENCE for more information.

Comments