sentroy-co/client-sdk

Server-side PHP SDK for Sentroy platform API

Maintainers

Package info

github.com/Sentroy-Co/client-sdk

Language:Python

pkg:composer/sentroy-co/client-sdk

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.5 2026-04-18 05:22 UTC

This package is auto-updated.

Last update: 2026-04-18 05:23:17 UTC


README

Sentroy

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

License

MIT