定制 sendmux/management 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sendmux/management

Composer 安装命令:

composer require sendmux/management

包简介

Sendmux Management API client for PHP.

README 文档

README

Packagist version PHP version License

Sendmux Management API client for PHP.

Read the PHP SDK guide at docs.sendmux.ai/sdks/php.

Requirements

  • PHP 8.2 or newer.
  • Composer.
  • A team-scoped API key with the smx_root_ prefix.

Installation

composer require sendmux/management:^1.0

Usage

Create the generated API group you need with a team-scoped key.

<?php

require __DIR__ . '/vendor/autoload.php';

use Sendmux\Management\ClientFactory;

$mailboxes = ClientFactory::createMailboxesApi(
    getenv('SENDMUX_ROOT_API_KEY') ?: ''
);

$domains = ClientFactory::createDomainsApi(
    getenv('SENDMUX_ROOT_API_KEY') ?: ''
);

$webhooks = ClientFactory::createWebhooksApi(
    getenv('SENDMUX_ROOT_API_KEY') ?: ''
);

The factory also exposes clients for billing, domain filters, emails, inboxes, mailbox filters, sending accounts, and webhooks.

Features

  • Validates smx_root_ API keys before configuring the client.
  • Uses https://app.sendmux.ai/api/v1 by default.
  • Adds retry and rate-limit backoff behaviour through sendmux/core.
  • Covers domains, sending accounts, mailboxes, filters, webhooks, logs, metrics, and billing data.
  • Includes generated models for Management API requests and responses.

Related packages

Package Use it for
sendmux/core Shared helpers for auth, headers, retries, pagination, and errors.
sendmux/sending Sending API client.
sendmux/mailbox Mailbox API client.
sendmux/sdk Umbrella package that installs all PHP SDK surfaces.

Support

For help, include the package name, version, API surface, and sanitised request details. Do not include API keys, tokens, passwords, webhook secrets, customer data, or private account details.

License

MIT. See LICENSE.

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-06-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固