PHPackages                             silon/silon-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. silon/silon-sdk

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

silon/silon-sdk
===============

Official PHP SDK for the Silon messaging platform API — messaging, broadcasts, OTP, CRM, bulk, reports and webhooks.

v0.3.0(1mo ago)01MITPHP &gt;=8.1

Since Jul 6Compare

[ Source](https://github.com/KUWAITNET/silon-php-sdk)[ Packagist](https://packagist.org/packages/silon/silon-sdk)[ Docs](https://silon.tech)[ RSS](/packages/silon-silon-sdk/feed)WikiDiscussions Synced 1w ago

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

Silon PHP SDK
=============

[](#silon-php-sdk)

[![Packagist Version](https://camo.githubusercontent.com/ca05f1f699d11feb7d73deafd4fb2cc49d73e33113cc2e23701a7bf7a2f09442/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73696c6f6e2f73696c6f6e2d73646b)](https://packagist.org/packages/silon/silon-sdk)[![PHP Version](https://camo.githubusercontent.com/06f66556cc0e63794e83731f349cd0df7ba1f49d7e18cb37d5f12996e94eff0f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f73696c6f6e2f73696c6f6e2d73646b2f706870)](https://packagist.org/packages/silon/silon-sdk)[![License](https://camo.githubusercontent.com/260f33a5496e698bfcb71507cd3775313f68da07557084c3be0e92dd221374bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73696c6f6e2f73696c6f6e2d73646b)](LICENSE)

PHP client for the [Silon](https://silon.tech) messaging platform API — send messages on any channel (WhatsApp, SMS, email, push, web push, voice), manage CRM contacts and groups, run bulk campaigns, consume events, and verify webhooks. PHP 8.1+, **zero runtime dependencies** (native `curl`), PSR-4.

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

[](#installation)

```
composer require silon/silon-sdk
```

Requires PHP &gt;= 8.1 with the `curl` and `json` extensions. The SDK pulls in no runtime packages; the default transport is native curl. You can swap in your own HTTP client (Guzzle, a PSR-18 adapter, a mock) — see [Custom HTTP client](#custom-http-client).

Quickstart
----------

[](#quickstart)

```
