PHPackages                             ilmiont/smsw-php-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. [HTTP &amp; Networking](/categories/http)
4. /
5. ilmiont/smsw-php-sdk

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

ilmiont/smsw-php-sdk
====================

The SMS Works provides a low-cost, reliable SMS API for developers. Pay only for delivered texts, all failed UK messages are refunded.

1.9.0(1y ago)01.1kunlicensePHPPHP ^7.4 || ^8.0

Since Jul 16Pushed 1y agoCompare

[ Source](https://github.com/ilmiont/smsw-php-sdk)[ Packagist](https://packagist.org/packages/ilmiont/smsw-php-sdk)[ Docs](https://openapi-generator.tech)[ RSS](/packages/ilmiont-smsw-php-sdk/feed)WikiDiscussions master Synced 1mo ago

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

OpenAPIClient-php
=================

[](#openapiclient-php)

The SMS Works provides a low-cost, reliable SMS API for developers. Pay only for delivered texts, all failed UK messages are refunded.

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/thesmsworks/smsw-php-sdk.git"
    }
  ],
  "require": {
    "thesmsworks/smsw-php-sdk": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
