PHPackages                             rolfhaug/laravel-front-sms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. rolfhaug/laravel-front-sms

ActiveLibrary[API Development](/categories/api)

rolfhaug/laravel-front-sms
==========================

A Laravel package for sending SMS through Front SMS Gateway (fro.no)

v0.5.0(2y ago)22.8k↓50%[1 PRs](https://github.com/rahaug/laravel-front-sms/pulls)MITPHPPHP &gt;=7.3

Since Sep 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/rahaug/laravel-front-sms)[ Packagist](https://packagist.org/packages/rolfhaug/laravel-front-sms)[ RSS](/packages/rolfhaug-laravel-front-sms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (10)Used By (0)

Laravel Front SMS
=================

[](#laravel-front-sms)

Send SMS to your users with Laravel and [Front SMS Gateway API](https://fro.no/sms/sms-gateway?utm_source=Rolf%20Haug%20Laravel%20Package&utm_medium=link&utm_campaign=Package%20Description) through the traditional [notification interface](https://laravel.com/docs/10.x/notifications) of Laravel.

The package support outbound and inbound SMS, as well as and incoming delivery reports.

Quick usage example
-------------------

[](#quick-usage-example)

1. Create new SMS message

```
php artisan make:sms WelcomeMessage
```

Adjust your newly created message.

```
