sentroy-co / client-sdk
Server-side PHP SDK for Sentroy platform API
v1.1.5
2026-04-18 05:22 UTC
Requires
- php: >=7.0
- ext-curl: *
- ext-json: *
README
Sentroy Client SDKs
Official client SDKs for the Sentroy platform API.
API Documentation · sentroy.com
Available SDKs
| Language | Package | Install |
|---|---|---|
| TypeScript / Node.js | @sentroy-co/client-sdk |
npm install @sentroy-co/client-sdk |
| Go | github.com/Sentroy-Co/client-sdk/go |
go get github.com/Sentroy-Co/client-sdk/go |
| Python | sentroy-client-sdk |
pip install sentroy-client-sdk |
| PHP | sentroy-co/client-sdk |
composer require sentroy-co/client-sdk |
| cURL | — | Examples |
Features
All SDKs provide the same API surface:
- Domains — List and retrieve verified domains
- Mailboxes — List mailbox accounts
- Templates — List and retrieve email templates
- Inbox — Read messages, list folders, manage threads, move/delete
- Send — Send emails with templates or raw HTML
Authentication
All SDKs authenticate via Access Tokens. Create one from Admin > Access Tokens in your Sentroy dashboard.
Authorization: Bearer stk_...
Documentation
Each SDK has its own README with detailed installation and usage instructions:
For AI Agents
Plain-text documentation links for LLM/agent consumption:
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/typescript/README.md
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/go/README.md
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/python/README.md
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/php/README.md
https://raw.githubusercontent.com/Sentroy-Co/client-sdk/refs/heads/main/curl/README.md