PHPackages                             talkylabs/reach-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. [API Development](/categories/api)
4. /
5. talkylabs/reach-sdk

ActiveLibrary[API Development](/categories/api)

talkylabs/reach-sdk
===================

A PHP wrapper for Reach@TalkyLabs's API

v1.0.0(2y ago)03MITPHPPHP &gt;=7.1.0

Since Sep 23Pushed 2y agoCompare

[ Source](https://github.com/talkylabs/reach-php)[ Packagist](https://packagist.org/packages/talkylabs/reach-sdk)[ Docs](https://github.com/talkylabs/reach-php)[ RSS](/packages/talkylabs-reach-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

reach-php
=========

[](#reach-php)

Documentation
-------------

[](#documentation)

The documentation for the Reach API can be found [here](https://www.reach.talkylabs.com/docs/api).

The PHP library documentation can be found [here](https://talkylabs.github.io/reach-php).

Versions
--------

[](#versions)

`reach-php` uses a modified version of [Semantic Versioning](https://semver.org) for all changes. [See this document](VERSIONS.md) for details.

### Supported PHP Versions

[](#supported-php-versions)

This library supports the following PHP implementations:

- PHP 7.2
- PHP 7.3
- PHP 7.4
- PHP 8.0
- PHP 8.1

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

[](#installation)

You can install `reach-php` via [composer](https://getcomposer.org/) or by downloading the source.

### Via Composer

[](#via-composer)

`reach-php` is available on Packagist as the [`talkylabs/reach-sdk`](https://packagist.org/packages/talkylabs/reach-sdk) package:

```
composer require talkylabs/reach-sdk
```

### Test your installation

[](#test-your-installation)

Here is an example of using the SDK to send a text message:

```
// Send an SMS using Reach's REST API and PHP
