PHPackages                             atomjoy/smsapisms - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. atomjoy/smsapisms

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

atomjoy/smsapisms
=================

Smsapi Laravel SMS notifications.

v1.3(2y ago)01.2kMITPHPPHP ^8.1

Since May 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/atomjoy/smsapisms)[ Packagist](https://packagist.org/packages/atomjoy/smsapisms)[ RSS](/packages/atomjoy-smsapisms/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Smsapi Laravel sms notifications
================================

[](#smsapi-laravel-sms-notifications)

Laravel SMS Notifications allows you to send SMS from your Laravel application.

Install
-------

[](#install)

```
composer require "atomjoy/smsapisms"
```

Config
------

[](#config)

config/smsapisms.php

```
php artisan vendor:publish --tag=smsapisms-config --force
```

Service
-------

[](#service)

```
return [
    'api_service' => 'pl', // Default smsapi.pl service. Options: [ pl, com, se, bg ]
    'api_token' => 'EMPTY_API_TOKEN', // Api bearer token
    'api_from' => 'Test', // Default sms sender name
    'api_encoding' => 'utf-8',  // Default charset
    'api_details' => true,  // More response details
    'api_test' => false,  // Test mode
];
```

Routes
------

[](#routes)

routes/web.php

```
