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 --
- Host: GitHub
- URL: https://github.com/stnc/-sinch-sdk-php
- Owner: stnc
- License: apache-2.0
- Created: 2025-05-04T11:42:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T11:46:18.000Z (about 1 year ago)
- Last Synced: 2025-05-04T12:32:26.904Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).
[](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;
}
```