An open API service indexing awesome lists of open source software.

https://github.com/stnc/-sinch-sdk-php

Sinch PHP SDK for SMS, Numbers, Verification and Conversation APIs --
https://github.com/stnc/-sinch-sdk-php

Last synced: about 1 year ago
JSON representation

Sinch PHP SDK for SMS, Numbers, Verification and Conversation APIs --

Awesome Lists containing this project

README

          

## ATTENTION THIS SDK IS STILL UNDER DEVELOPMENT. PLEASE SEE THE [COVERAGE SECTION.](#Coverage)

# Sinch PHP SDK

Here you'll find documentation related to the Sinch php SDK, including how to install it, initialize it, and start developing PHP code using Sinch services.

To use Sinch services, you'll need a Sinch account and access keys. You can sign up for an account and create access keys at [dashboard.sinch.com](https://dashboard.sinch.com).

For more information on the Sinch APIs on which this SDK is based, refer to the official [developer documentation portal](https://developers.sinch.com/).

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/sinch/sinch-sdk-dotnet/blob/main/LICENSE)

## ATTENTION THIS SDK IS STILL UNDER DEVELOPMENT. PLEASE SEE THE [COVERAGE SECTION.](#Coverage)

## Installation & Usage

### Requirements

PHP 8.1 and later.

### Composer

To install the package via [Composer](https://getcomposer.org/), run the following command:

```bash
composer require sinch/sinch-sdk-php
```

### Manual Installation

Download the files and include `autoload.php`:

```php
Batches->Send(data)();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ', $e->getMessage(), PHP_EOL;
}

```