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

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

smsglobal/smsglobal-php
=======================

SMSGlobal PHP Client Library

v1.3.0(5y ago)9139.5k↓48%6[3 issues](https://github.com/smsglobal/smsglobal-php/issues)[2 PRs](https://github.com/smsglobal/smsglobal-php/pulls)MITPHPPHP &gt;=7.3

Since Aug 29Pushed 8mo ago3 watchersCompare

[ Source](https://github.com/smsglobal/smsglobal-php)[ Packagist](https://packagist.org/packages/smsglobal/smsglobal-php)[ Docs](https://www.smsglobal.com/developers/?utm_source=dev&utm_medium=packagist&utm_campaign=php_sdk)[ RSS](/packages/smsglobal-smsglobal-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (3)Versions (12)Used By (0)

SMSGlobal PHP Client Library
============================

[](#smsglobal-php-client-library)

[![Build](https://github.com/smsglobal/smsglobal-php/workflows/Build/badge.svg)](https://github.com/smsglobal/smsglobal-php/workflows/Build/badge.svg)[![Coverage](https://camo.githubusercontent.com/9a9d05349693f51b25194e717e7bf996addea6d5d6d9d9afaa3fee2b1e4530da/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f67682f736d73676c6f62616c2f736d73676c6f62616c2d706870)](https://camo.githubusercontent.com/9a9d05349693f51b25194e717e7bf996addea6d5d6d9d9afaa3fee2b1e4530da/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f67682f736d73676c6f62616c2f736d73676c6f62616c2d706870)[![Latest Version](https://camo.githubusercontent.com/6de88ffb8bb5c5a52fc62f9ced9862440041ac278361ace9dc64e8f75f8f42d0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f736d73676c6f62616c2f736d73676c6f62616c2d7068702e7376673f7374796c653d666c6174)](https://github.com/smsglobal/smsglobal-php/releases)[![Total Downloads](https://camo.githubusercontent.com/b0cab8b35fd61d1806541944dce34b8f27eef99d635e1be03bbc0572af680c4c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736d73676c6f62616c2f736d73676c6f62616c2d7068702e7376673f7374796c653d666c6174)](https://packagist.org/packages/smsglobal/smsglobal-php)

### SMSGlobal REST API and Libraries for PHP

[](#smsglobal-rest-api-and-libraries-for-php)

This is a PHP Client library for SMSGlobal’s REST API to integrate SMS capabilities into your PHP application.

Sign up for a [free SMSGlobal account](https://www.smsglobal.com/mxt-sign-up/?utm_source=dev&utm_medium=github&utm_campaign=php_sdk) today and get your API Key from our advanced SMS platform, MXT. Plus, enjoy unlimited free developer sandbox testing to try out your API in full!

### Requirements

[](#requirements)

- PHP 7.3 and above
- Guzzle7 (PHP HTTP client)

### Installation

[](#installation)

To install the PHP client library to your project, we recommend using [Composer](https://getcomposer.org/).

```
composer require smsglobal/smsglobal-php
```

### Usage

[](#usage)

Check out `examples` folder

**Send SMS**

```
