encreinformatique/acumbamail-php

Acumbamail API 的 PHP 封装器

2.0 2022-11-28 22:31 UTC

This package is auto-updated.

Last update: 2024-09-08 13:34:34 UTC


README

Downloads

实现 Acumbamail API 所有方法的 PHP API

使用 / Uso

英语

  • composer require encreinformatique/acumbamail-php
  • 创建类的对象 $api = new \EncreInformatique\AcumbamailApi\AcumbamailAPI(authtoken);
  • 使用 API 中的所有方法

西班牙语

  • 将类包含在你的 PHP 文件中。
  • 创建类的对象 $api = new \EncreInformatique\AcumbamailApi\AcumbamailAPI(authtoken);
  • 使用 API 中的所有方法

变更日志

2.0 - composer

  • 新: 首个使用 composer 的版本

1.1

  • 添加了 API 的所有方法及其使用示例。

1.0

  • 第一版 / 第一版