2017 © Pedro PelĂĄez
 

library certain-api-wrapper

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

image

wabel/certain-api-wrapper

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

  • Sunday, March 25, 2018
  • by WizMik
  • Repository
  • 3 Watchers
  • 2 Stars
  • 3,881 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 14 % Grown

The README.md

Scrutinizer Code Quality Build Status Coverage Status, (*1)

Certain Api v2 PHP wrapper

PHP Wrapper to use certain API v2.0 and integrate Events with Your Other Business Applications., (*2)

It provided by Wabel., (*3)

Tech

It uses : * Guzzle http client library, (*4)

Installation

The recommended way to install Guzzle is through Composer., (*5)

  • ##### 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, (*6)

After installing, you need to require Composer's autoloader:, (*7)

require 'vendor/autoload.php';, (*8)

You can then later update it using composer:, (*9)

composer.phar update, (*10)

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, (*11)

    About Certain, (*12)


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., (*13)

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., (*14)

The Versions

25/03 2018

dev-master

9999999-dev http://wwww.wabel.com

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

  Sources   Download

The Requires

 

The Development Requires

by Raphaël BERGINA

php wrapper certain certain api