PHPackages                             ducksms/ducksms-php - 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. ducksms/ducksms-php

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

ducksms/ducksms-php
===================

Ducksms is a leading SMS messaging service provider offering one-way SMS communication services from your internet enabled computer. The API allow you to directly communicate and manage a SMS with our SMS gateway system.

015PHP

Since Jan 20Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

ducksms-php
===========

[](#ducksms-php)

Ducksms is a leading SMS messaging service provider offering one-way SMS communication services from your internet enabled computer. The API allow you to directly communicate and manage a SMS with our SMS gateway system.

Official API Documentation
--------------------------

[](#official-api-documentation)

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen For more information, please visit

Requirements
------------

[](#requirements)

PHP 5.5 and later

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

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/) from [Packagist](https://packagist.org/), run in console:

`composer require ducksms/ducksms-php`

If you prefer to install the bindings via [Composer](http://getcomposer.org/) from Github repository, add the following to `composer.json`:

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

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
require_once('/path/to/ducksms-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
