PHPackages                             smsgatewayme/client - 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. smsgatewayme/client

ActiveLibrary[API Development](/categories/api)

smsgatewayme/client
===================

v0.0.1(8y ago)2652.4k↓19.5%29[23 issues](https://github.com/smsgatewayme/client-php/issues)3Apache v2PHPPHP &gt;=5.3.3

Since May 16Pushed 8y ago13 watchersCompare

[ Source](https://github.com/smsgatewayme/client-php)[ Packagist](https://packagist.org/packages/smsgatewayme/client)[ Docs](https://smsgateway.me)[ RSS](/packages/smsgatewayme-client/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (3)Versions (2)Used By (3)

SwaggerClient-php
=================

[](#swaggerclient-php)

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 4.0.0
- Package version: v0.0.1
- Build date: 2018-05-16T00:56:54.871+01:00
- Build package: class io.swagger.codegen.languages.PhpClientCodegen

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

[](#requirements)

PHP 5.4.0 and later

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

[](#installation--usage)

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/smsgatewayme/client-php.git"
    }
  ],
  "require": {
    "smsgatewayme/client": "^0.0.1"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

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

Tests
-----

[](#tests)

To run the unit tests:

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

```

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

[](#getting-started)

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

```
