PHPackages                             davaxi/allmysms - 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. davaxi/allmysms

ActiveLibrary

davaxi/allmysms
===============

A PHP client library for accessing AllMySMS APIs

1.0.2(8y ago)5802[1 PRs](https://github.com/davaxi/AllMySMS/pulls)MITPHPPHP &gt;=5.3.0

Since Sep 14Pushed 6y ago2 watchersCompare

[ Source](https://github.com/davaxi/AllMySMS)[ Packagist](https://packagist.org/packages/davaxi/allmysms)[ RSS](/packages/davaxi-allmysms/feed)WikiDiscussions master Synced 1mo ago

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

AllMySMS
========

[](#allmysms)

A PHP Client library for accesing AllMySMS APIs. Used official documentation : [https://www.allmysms.com/\_documents/api/http/AllMySMS\_DocTechnique\_Api\_HTTP.pdf](https://www.allmysms.com/_documents/api/http/AllMySMS_DocTechnique_Api_HTTP.pdf)

[![Build Status](https://camo.githubusercontent.com/d03f20fc439ab05da77963719e5a5a7339027a71913901d387a3ef846aff0136/68747470733a2f2f7472617669732d63692e6f72672f6461766178692f416c6c4d79534d532e737667)](https://travis-ci.org/davaxi/AllMySMS)[![Latest Stable Version](https://camo.githubusercontent.com/070e58ade61b61d9a5cc28585e9ec7378e457e701dc38b11da84264778b69412/68747470733a2f2f706f7365722e707567782e6f72672f6461766178692f616c6c6d79736d732f76657273696f6e)](https://packagist.org/packages/davaxi/allmysms)[![Total Downloads](https://camo.githubusercontent.com/724a005cc8cfeade7be107704e99e72834d28e61d9e0e1cb1b22fd8d9352d026/68747470733a2f2f706f7365722e707567782e6f72672f6461766178692f616c6c6d79736d732f646f776e6c6f616473)](https://packagist.org/packages/davaxi/allmysms)[![Latest Unstable Version](https://camo.githubusercontent.com/25922852ba25be1191dd2250a06e3dabaf26573761fa4be780952f93f71fb878/68747470733a2f2f706f7365722e707567782e6f72672f6461766178692f616c6c6d79736d732f762f756e737461626c65)](//packagist.org/packages/davaxi/allmysms)[![License](https://camo.githubusercontent.com/53bc3033f70fbab781b77e8a3b6dc6b2e5f9b492cd9d2207509fd9eb6b7a2f31/68747470733a2f2f706f7365722e707567782e6f72672f6461766178692f616c6c6d79736d732f6c6963656e7365)](https://packagist.org/packages/davaxi/allmysms)[![composer.lock available](https://camo.githubusercontent.com/14c49dc64413448fd19bad133188e2e2559f69e0afad45fe6c4c91a36a9f65a4/68747470733a2f2f706f7365722e707567782e6f72672f6461766178692f616c6c6d79736d732f636f6d706f7365726c6f636b)](https://packagist.org/packages/davaxi/allmysms)[![Code Climate](https://camo.githubusercontent.com/15b599dbfcbd6838a4d9a2d9c724f49a2f2c0f8ee26768478c850ffdf422f2de/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6461766178692f416c6c4d79534d532f6261646765732f6770612e737667)](https://codeclimate.com/github/davaxi/AllMySMS)[![Test Coverage](https://camo.githubusercontent.com/40561d536cfc9286abed41147020c941b0e66c3b8470bfa8084fc9553b10a8d1/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6461766178692f416c6c4d79534d532f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/davaxi/AllMySMS/coverage)[![Issue Count](https://camo.githubusercontent.com/4662c5005016c611fa132870feef05f25654be78a8bd9d72222527d3f6313bed/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6461766178692f416c6c4d79534d532f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/davaxi/AllMySMS)

Installation
------------

[](#installation)

This page contains information about installing the Library for PHP.

### Requirements

[](#requirements)

- PHP version 5.3.0 or greater (including PHP 7)

### Obtaining the client library

[](#obtaining-the-client-library)

There are two options for obtaining the files for the client library.

#### Using Composer

[](#using-composer)

You can install the library by adding it as a dependency to your composer.json.

```
  "require": {
    "davaxi/allmysms": "^1.0"
  }

```

#### Cloning from GitHub

[](#cloning-from-github)

The library is available on [GitHub](https://github.com/davaxi/AllMySMS). You can clone it into a local repository with the git clone command.

```
git clone https://github.com/davaxi/AllMySMS.git

```

### What to do with the files

[](#what-to-do-with-the-files)

After obtaining the files, ensure they are available to your code. If you're using Composer, this is handled for you automatically. If not, you will need to add the `autoload.php` file inside the client library.

```
require '/path/to/allmysms/folder/autoload.php';

```

Usage
-----

[](#usage)

### Initialize client

[](#initialize-client)

```
