定制 directmailmanager/php-dmm-api 二次开发

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

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

directmailmanager/php-dmm-api

最新稳定版本:v1.0.0

Composer 安装命令:

composer require directmailmanager/php-dmm-api

包简介

A simple Object Oriented wrapper for DMM API, written with PHP

README 文档

README

Sentry

Official Direct Mail Manager v3 SDK for PHP

A simple Object-Oriented wrapper for DMM API, written with PHP.

StyleCI Latest Stable Version License Monthly Downloads Daily Downloads

Version Build Status Code Coverage
main CI codecov
develop CI codecov

Features

  • Light and fast thanks to lazy loading of API classes

Prerequisites

First, you will need to first create an account at directmailmanager.com and obtain your Live API Key. You may access your API Keys from the Settings > API Keys after you've created an account.

Requirements

Getting started

Install

To install the SDK you will need to be using Composer in your project. To install it please see the docs.

composer require directmailmanager/php-dmm-api

The package (directmailmanager/php-dmm-api) is not tied to any specific library that sends HTTP messages. Instead, it uses Httplug to let users choose whichever PSR-7 implementation and HTTP client they want to use.

If you just want to get started quickly you should run the following command:

composer require directmailmanager/php-dmm-api php-http/curl-client 

This is basically what the metapackage (directmailmanager/php-dmm-api) provides.

This will install the library as well as an HTTP client adapter that use Guzzle as a transport method (provided by Httplug).You do not have to use those packages if you do not want to. You may use any package that provides php-http/async-client-implementation and http-message-implementation.

Documentation

See the PHP API docs.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-27