2017 © Pedro Peláez
 

library adobe-connect

Provides a PHP Client to interact with the Adobe Connect's API

image

platforg/adobe-connect

Provides a PHP Client to interact with the Adobe Connect's API

  • Sunday, April 9, 2017
  • by gudabu
  • Repository
  • 5 Watchers
  • 11 Stars
  • 1,063 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 6 Versions
  • 7 % Grown

The README.md

PHP Client for Adobe Connect's API (tested with v9)

At the moment, the client not implement methods for all the Adobe Connect's API actions (You're invited to do it :)), instead, we just implement those that we usually use in our system., (*1)

Installation using Composer

$ composer require platforg/adobe-connect

Usage

<?php
require __DIR__ . '/vendor/autoload.php';

$config = new AdobeConnect\Config(
    "your-account.adobeconnect.com",
    "username@gmail.com",
    "password"
);

$client = new AdobeConnect\ApiClient($config);

// Call endpoints
$info = $client->commonInfo();
var_dump($info);

// ...
$scos = $client->scoSearch('term...');
var_dump($scos);
// ...

The methods names in the ApiClient class maintain a one-to-one relationship with the AdobeConnect's endpoints (in camelCase instead of hyphen).
Please, see the AdobeConnect\ApiClient for a complete list of endpoints implemented. Also, you can use/see AdobeConnect\ExtraApiClient for some custom methods., (*2)

Frameworks integrations (third-party):

Todo:

  • Add unit test.
  • Implement more methods.
  • Add Documentation.

Note: We don't have any relation with Adobe., (*3)

The Versions

09/04 2017

dev-master

9999999-dev

Provides a PHP Client to interact with the Adobe Connect's API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • lib-curl *
  • ext-simplexml *

 

by Gustavo Burgi

api php connect adobe adobeconnect

09/04 2017

0.2.3

0.2.3.0

Provides a PHP Client to interact with the Adobe Connect's API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • lib-curl *
  • ext-simplexml *

 

by Gustavo Burgi

api php connect adobe adobeconnect

28/03 2017

0.2.2

0.2.2.0

Provides a PHP Client to interact with the Adobe Connect's API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • lib-curl *
  • ext-simplexml *

 

by Gustavo Burgi

api php connect adobe adobeconnect

26/12 2016

0.2.1

0.2.1.0

Provides a PHP Client to interact with the Adobe Connect's API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • lib-curl *
  • ext-simplexml *

 

by Gustavo Burgi

api php connect adobe adobeconnect

22/05 2015

0.1.1

0.1.1.0

Provides a PHP Client to interact with the Adobe Connect's API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • lib-curl *
  • ext-simplexml *

 

by Gustavo Burgi

api php connect adobe adobeconnect

25/09 2014

0.1

0.1.0.0

Provides a PHP Client to interact with the Adobe Connect's API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • lib-curl *
  • ext-simplexml *

 

by Gustavo Burgi

api php connect adobe adobeconnect