zone-eu/wildduck-php-client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

zone-eu/wildduck-php-client

最新稳定版本:1.7.0

Composer 安装命令:

composer require zone-eu/wildduck-php-client

包简介

README 文档

README

A PHP client for the Wildduck email server API to simplify communicating with the Wildduck e-mail server on PHP applications.

Heavily inspired by stripe/stripe-php.

Requirements

  • PHP 8.3 or newer

Installation

Require Wildduck PHP client via Composer

composer require zone-eu/wildduck-php-client

Configuration options

ENV variables:

  • WDPC_REQUEST_LOGGING (true/false) - Enable/Disable logging of request params
  • WDPC_REQUEST_LOGGING_FOLDER_PERMISSIONS (0755) - The permissions given to the generated folders
  • WDPC_REQUEST_LOGGING_PATTERN - Absolute url RegEx to match requests that need logging
  • WDPC_REQUEST_LOGGING_DIRECTORY - The directory in which to save the logs.
    • This is the base directory absolute path and under it extra folders will be created
    • Subdirectory created will be "YYYY-MM-DD-HH"
    • And under it every request will create a file
      • File naming scheme "the request type (GET, POST, etc.)"-"the users WD id"-"a random generated string"

Usage

WIP

Contributing

WIP

License

EUPL-1.2

统计信息

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

GitHub 信息

  • Stars: 7
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: EUPL-1.1
  • 更新时间: 2025-06-11