承接 clockworkmarketing/email-marketing-brilliance-php-api 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

clockworkmarketing/email-marketing-brilliance-php-api

Composer 安装命令:

composer require clockworkmarketing/email-marketing-brilliance-php-api

包简介

This is a API Wrapper around https://app.emailmarketingbrilliance.co.uk/help/api_integration

README 文档

README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

This is basic PHP wrapper around the Email Brilliance Marketing API - (https://app.emailmarketingbrilliance.co.uk/help/api_integration)

Installation

You can install the package via composer:

composer require clockworkmarketing/email-marketing-brilliance-php-api

API Keys

The first step to getting started with the API is to generate API keys. Admin rights are required to perform this action within the account settings screen. Once API keys have been generated, HTTP GET and POST requests can be made to all API endpoints.

Usage

<?php

use ClockworkMarketing\EmailMarketingBrilliance\EmailMarketingBrilliance;

$response = $emb = EmailMarketingBrilliance::setAuthDetails('API_ID', 'API_KEY')
    ->call(
        'GET',
        '/users/details', 
        ['email_address'=>'example@example.com']
    );

// OR // 

$emb = new EmailMarketingBrilliance('API_ID', 'API_KEY');

$response = $emb->call(
    'GET',
    '/users/details', 
    ['email_address'=>'example@example.com']
);

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email support@clock-work.co.uk instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-05-31

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固