PHPackages                             splashifypro/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. splashifypro/sdk

ActiveLibrary[API Development](/categories/api)

splashifypro/sdk
================

REST endpoints for two product surfaces: 1. \*\*Public API\*\* under /public/\_\* — WhatsApp messaging, contacts, conversations, transactional email, Meta Conversions API. Authenticate with sk\_live\_… keys. 2. \*\*Partner Email API\*\* under /partner/email/\_\* — AWS-SES-shaped resold email platform: identities, configuration sets, templates, suppression, send, send-template, send-bulk, send-raw, quotas, stats, reputation, events. Authenticate with pk\_live\_… keys. SDKs for Node.js, Python, and PHP are auto-generated from this spec.

00

Since Jun 23Compare

[ Source](https://github.com/splashifypro/sdk-php)[ Packagist](https://packagist.org/packages/splashifypro/sdk)[ RSS](/packages/splashifypro-sdk/feed)WikiDiscussions Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Splashify Pro — PHP SDK
=======================

[](#splashify-pro--php-sdk)

[![Packagist](https://camo.githubusercontent.com/501c284137aebc1b990a0314fb9fcc575202c15d26f1d1b0b8fbc06156dd6f26/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b61676973742d73706c61736869667970726f25324673646b2d6632386431613f6c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/splashifypro/sdk)[![PHP](https://camo.githubusercontent.com/2e0e1d6f1bbcb47100034e3f207957fc60efa5ca51b366be9da3b683cd8eb640/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e312532422d3737376262343f6c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/splashifypro/sdk)[![docs](https://camo.githubusercontent.com/64ccfd7a2b1ecbb477c87b191ed137aeb3c8a622955ae9608945f0c2055e6e40/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63732d73706c61736869667970726f2e636f6d2d314237304646)](https://docs.splashifypro.com/public-api)[![license](https://camo.githubusercontent.com/3dbbde5f79a33abd50d80ee2476ee9236804a30aea2f11009a427a50ac6ef76c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d323263353565)](./LICENSE)

Official PHP SDK for the [Splashify Pro](https://splashifypro.com) API — send WhatsApp messages, transactional emails, manage contacts and conversations, and fire Meta Conversions events from your PHP application (Laravel, Symfony, WordPress, plain PHP — all supported).

Install
-------

[](#install)

```
composer require splashifypro/sdk
```

Requires PHP 8.1+.

Get your API key
----------------

[](#get-your-api-key)

1. **Sign in** to your Splashify Pro account at [app.splashifypro.com](https://app.splashifypro.com). No account yet? [Sign up free](https://app.splashifypro.com/auth/signup).
2. Open the **Settings** dialog (gear icon, top right) → click the **Developer** tile. *Direct link:* [app.splashifypro.com/settings/developer](https://app.splashifypro.com/settings/developer)
3. Under **API Keys**, click **Generate Secret Key**.
4. Copy the key shown (starts with `sk_live_…`) and store it somewhere secure — it's shown **only once**. If you lose it, generate a new one and the old one stops working.
5. Use it as the `SPLASHIFY_API_KEY` environment variable in your app. **Never commit it to git or paste it into client-side code** — the key carries full account access.

> **Tip:** Set up a [webhook URL](https://app.splashifypro.com/settings/developer)on the same page to receive delivery / read receipts and inbound message events.

Authentication
--------------

[](#authentication)

The SDK uses HTTP Basic with the API key as the username:

```
