定制 wabel/certain-api-wrapper 二次开发

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

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

wabel/certain-api-wrapper

Composer 安装命令:

composer require wabel/certain-api-wrapper

包简介

PHP Wrapper to use certain API v2.0 and integrate Events with Your Other Business Applications

README 文档

README

Scrutinizer Code Quality Build Status Coverage Status

Certain Api v2 PHP wrapper

PHP Wrapper to use certain API v2.0 and integrate Events with Your Other Business Applications.

It provided by Wabel.

Tech

It uses :

Installation

The recommended way to install Guzzle is through Composer.

  • Install Composer

curl -sS https://getcomposer.org/installer | php

Next, run the Composer command to install the latest stable version of Guzzle:

  • Install this package

composer.phar require wabel/certain-api-wrapper

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

You can then later update it using composer:

composer.phar update

Detect changes about appointments (Update and Delete)

- DetectAppointmentsChangingsService

$certainApiClient =  new \Wabel\CertainAPI\CertainApiClient(null,'username','password','accountCode');
$certainApiService  = new \Wabel\CertainAPI\CertainApiService($certainApiClient);
$appointmentsCertain = new \Wabel\CertainAPI\Ressources\AppointmentsCertain($certainApiService);
$detectService = new \Wabel\CertainAPI\Services\DetectAppointmentsChangingsService($appointmentsCertain);
$detectService->detectAppointmentsChangings($appointmentsOld,$appointmentsNew)

Todos

  • Write Tests Ressources

About Certain

Certain Personalizing your event starts by showcasing your brand and collecting valuable attendee information. Registration is the critical moment when an attendee commits to your event, and a smooth process facilitated by Certain’s registration capabilities will set the right tone.

About Wabel

Wabel is the online marketplace for the european food industry. In our effort to integrate our web platform to more and more web services, we (Wabel's dev team!) are happy to share our work with Certain community.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-10-19