PHPackages                             chrisbjr/smsblaster-sdk - 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. [API Development](/categories/api)
4. /
5. chrisbjr/smsblaster-sdk

ActiveLibrary[API Development](/categories/api)

chrisbjr/smsblaster-sdk
=======================

A PHP library for consuming the SMS Blaster API

0.1.1(11y ago)021Apache-2.0PHP

Since Jan 19Pushed 4mo agoCompare

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

READMEChangelogDependencies (4)Versions (4)Used By (0)

SMS Blaster SDK - PHP Library
=============================

[](#sms-blaster-sdk---php-library)

A PHP library for consuming the SMS Blaster API.

Quick start
-----------

[](#quick-start)

### Required setup

[](#required-setup)

The easiest way to install this library is via Composer.

Create a `composer.json` file and enter the following:

```
{
    "require": {
        "chrisbjr/smsblaster-sdk": "0.1.*"
    }
}

```

If you haven't yet downloaded your composer file, you can do so by executing the following in your command line:

```
curl -sS https://getcomposer.org/installer | php

```

Once you've downloaded the composer.phar file, continue with your installation by running the following:

```
php composer.phar install

```

Sending SMS
-----------

[](#sending-sms)

You will need to set up an account to use this. Once you have an account, you can generate an API key in your account settings.

### Basic SMS sending

[](#basic-sms-sending)

For a basic usage, you can do the following to send an SMS:

```
