2017 © Pedro Peláez
 

library php-click-meeting-api

Clickmeeting API client

image

john_zuk/php-click-meeting-api

Clickmeeting API client

  • Saturday, January 6, 2018
  • by johnzuk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 67 % Grown

The README.md

A PHP ClickMeeting API wrapper

Requirements

  • PHP >= 7.1
  • Guzzle library,
  • (optional) PHPUnit to run tests.

Installation

Via composer, (*1)

composer require john_zuk/php-click-meeting-api guzzlehttp/guzzle:^7.2 http-interop/http-factory-guzzle:^1.0

General API Usage

<?php

// This file is generated by Composer
require_once __DIR__ . '/vendor/autoload.php';

$client = new \ClickMeeting\Client();
$client->authenticate('YourAPIKeyHere');

$client->conferences()->add([
    'name' => 'test',
    'room_type' => 'webinar',
    'permanent_room' => 0,
    'access_type' => 3,
    'registration' => [
        'enabled' => true,
    ],
]);

$client->conferences()->edit(321321, [
    'name' => 'test-edit',
]);

$client->conferences()->delete(321321);

The Versions

06/01 2018

dev-master

9999999-dev

Clickmeeting API client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Janusz Żukowicz

api clickmeeting

06/01 2018

1.2

1.2.0.0

Clickmeeting API client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Janusz Żukowicz

api clickmeeting

01/01 2018

1.0.1

1.0.1.0

Clickmeeting API client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Janusz Żukowicz

api clickmeeting

30/12 2017

1.0

1.0.0.0

Clickmeeting API client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Janusz Żukowicz

api clickmeeting