PHPackages                             durranilab/httpsms - 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. durranilab/httpsms

ActiveLibrary[HTTP &amp; Networking](/categories/http)

durranilab/httpsms
==================

Indian SMS Providers HTTP SMS API for GET/POST Methods

v1.0.3(1y ago)125MITPHP

Since Dec 5Pushed 1y ago1 watchersCompare

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

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

Laravel HTTP SMS Sender
=======================

[](#laravel-http-sms-sender)

[![image](https://camo.githubusercontent.com/5a580364ff3bd338370177402c5c050ff81a1933927e1e475c920c90850b38a3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d4646324432303f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/5a580364ff3bd338370177402c5c050ff81a1933927e1e475c920c90850b38a3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d4646324432303f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)[![Latest Stable Version](https://camo.githubusercontent.com/7ea12c6b01f985d1f037b2f17c0e4101810a55c7b55005d0da7d9158c6a328e5/687474703a2f2f706f7365722e707567782e6f72672f64757272616e696c61622f68747470736d732f76)](https://packagist.org/packages/durranilab/httpsms)[![License](https://camo.githubusercontent.com/efa2132231b312ce730b375b5be8f8dfc395baf936545be4165a38c5c4847a68/687474703a2f2f706f7365722e707567782e6f72672f64757272616e696c61622f68747470736d732f6c6963656e7365)](https://packagist.org/packages/durranilab/httpsms)

##### Easy HTTP (GET/POST) SMS Package for Indian SMS Service Providers.

[](#easy-http-getpost-sms-package-for-indian-sms-service-providers)

**Features**

- Easy to use and customize api
- Supports almost all http sms service providers
- A simple configuration in single file
- Use dynamic parameters at runtime
- Config query parameters and post fields in config file

**Installation**

Use composer to install package in your laravel project

Type in terminal

```
composer require durranilab/httpsms
```

Publish a config file

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

This will generate a config file at ***config/smsconfig.php***

**Configuration**Open config/smsconfig.php

- Insert your url from SMS Provider
- Insert your url Parameters as requires (you can insert any number of parameters for your request)

Sample config file:

```
