PHPackages                             nikajorjika/laravel-sms-office - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. nikajorjika/laravel-sms-office

ActiveLaravel-package[HTTP &amp; Networking](/categories/http)

nikajorjika/laravel-sms-office
==============================

Package that servers as a channel provider for Georgian SMS office web service

v1.1.2(1y ago)31.7kMITPHP

Since Mar 29Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (8)Used By (0)

Laravel SMS Office
==================

[](#laravel-sms-office)

*nikajorjika/laravel-sms-office* is a support package for [smsoffice.ge](https://smsoffice.ge/).

Installation
------------

[](#installation)

Use [composer](https://getcomposer.org/) php package manager to install *nikajorjika/laravel-sms-office*.

```
composer require nikajorjika/laravel-sms-office
```

### Adding Variables in *.env* file

[](#adding-variables-in-env-file)

```
# for testing purposes you can also use SMS_OFFICE_DRIVE=log
SMS_OFFICE_DRIVER=sms-office
SMS_OFFICE_KEY=[api-key-provided-by-smsoffice.ge]
SMS_OFFICE_FROM=[sender-name]
SMS_OFFICE_NOSMS=[no-sms-code-provided-by-smsoffice.ge]

```

To further customize and configure package we first need to publish our config file:

```
php artisan vendor:publish --provider="Nikajorjika\SmsOffice\SmsOfficeServiceProvider" --tag="config"
```

this will publish **smsoffice.php** file inside our **config** folder:

```
