2017 © Pedro Peláez
 

library smsgw

Nuwira SMS API client library

image

nuwira/smsgw

Nuwira SMS API client library

  • Thursday, February 1, 2018
  • by matriphe
  • Repository
  • 7 Watchers
  • 0 Stars
  • 163 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 19 Versions
  • 1 % Grown

The README.md

Installation

composer require nuwira/smsgw

Version 3.0 is for old API. For new API, use version 4.0 (latest)., (*1)

Version 2.0 has been deprecated. Please don't use the version 2.0 or below., (*2)

Configuration

Laravel version >= 5.5

Nothing to do. This package use package auto-discovery feature., (*3)

Laravel version < 5.5

Open config/app.php add these lines:, (*4)

'providers' => [
    Nuwira\Smsgw\SmsServiceProvider::class,
];

'aliases' => [
    'SMS' => Nuwira\Smsgw\SmsFacade::class,
];

Publish Config

php artisan vendor:publish

Open your .env file or config/sms.php and add your URL and API Key., (*5)

Usage

Auth

SMS::auth($username, $password);

Profile

SMS::profile();

Send Bulk SMS

$bulk = [
    [
        'to' => $number,
        'message' => $message,
    ]
];
SMS::bulk($bulk);

Send Single SMS

SMS::send($to_number, $message);

Check Credit

SMS::credit();

Get Received (Inbox)

SMS::received($startDate, $endDate, $search, $page);

Get Detailed Received SMS (Inbox)

SMS::receivedId($id);

Get Sent (Outbox)

SMS::sent($startDate, $endDate, $status, $search, $page);

Get Detailed Sent SMS (Outbox)

SMS::sentId($id);

The Versions

01/02 2018

dev-master

9999999-dev

Nuwira SMS API client library

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Amalina Kurniasari

01/02 2018

3.1

3.1.0.0

Nuwira SMS API client library

  Sources   Download

The Requires

 

The Development Requires

by Amalina Kurniasari

17/01 2018

3.0

3.0.0.0

Nuwira SMS bridge client library

  Sources   Download

The Requires

 

by Amalina Kurniasari

17/01 2018

dev-new

dev-new

Nuwira SMS bridge client library

  Sources   Download

The Requires

 

The Development Requires

by Amalina Kurniasari

08/02 2017

2.5

2.5.0.0

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

08/02 2017

dev-obselete

dev-obselete

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

07/01 2017

2.4

2.4.0.0

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

06/08 2016

2.3

2.3.0.0

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

06/08 2016

v2.x-dev

2.9999999.9999999.9999999-dev

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

06/08 2016

2.2

2.2.0.0

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

02/08 2016

2.1

2.1.0.0

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

02/08 2016

2.0

2.0.0.0

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

15/02 2016

1.6

1.6.0.0

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

09/01 2016

1.5

1.5.0.0

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

07/01 2016

1.4

1.4.0.0

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

02/01 2016

1.3

1.3.0.0

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

31/12 2015

1.2

1.2.0.0

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

31/12 2015

1.1

1.1.0.0

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires

 

31/12 2015

1.0

1.0.0.0

Nuwira SMS gateway client library for Laravel 5.x

  Sources   Download

proprietary

The Requires