PHPackages                             intoegy/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. intoegy/sms

ActiveLibrary

intoegy/sms
===========

Send GSM Short Message (SMS) from your laravel application

1.0.5(4y ago)018MITPHPPHP &gt;=5.4

Since Jan 6Pushed 4y agoCompare

[ Source](https://github.com/Intoegy/sms)[ Packagist](https://packagist.org/packages/intoegy/sms)[ RSS](/packages/intoegy-sms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

sms
===

[](#sms)

Send GSM Short Message (SMS) from your laravel application

[![Build Status](https://github.com/ntoegy/sms/workflows/.github/workflows/run-tests.yml/badge.svg)](https://github.com/intoegy/sms/actions)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/0ebaf8de0e9cdcff252b90beaa3a5bd58cb6aa68114c884b75b54745094127ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e746f6567792f736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/intoegy/sms)

Implements  for Laravel

About
-----

[](#about)

The `intoegy/sms` package allows you to send [SMS](https://smseg.com/app/session/register?source=php-package)from your laravel application.

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

[](#installation)

Require the `intoegy/sms` package in your `composer.json` and update your dependencies:

```
composer require intoegy/sms
```

If you get a conflict, this could be because an older version of intoegy/sms or intoegy/sms is installed. Remove the conflicting package first, then try install again:

```
composer remove intoegy/sms
composer require intoegy/sms
```

Configuration
-------------

[](#configuration)

In the first you have to create account at [SMS Egypt](https://smseg.com/app/session/register?source=php-package).

The defaults are set in `config/sms.php`. Publish the config to copy the file to your own config:

```
php artisan vendor:publish --tag="sms-config"
```

If you get error in previuse step you have to create the configuration file called `/config/sms.php` contains this content:

```
