2017 © Pedro Peláez
 

library adobe-connect

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

image

nassajis/adobe-connect

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

  • Wednesday, February 21, 2018
  • by nassajis
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PHP Client for Adobe Connect's API

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 nassajis/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

21/02 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

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

 

by Nassaji

api php connect adobe adobeconnect

21/02 2018

0.1.2

0.1.2.0

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

  Sources   Download

MIT

The Requires

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

 

by Nassaji

api php connect adobe adobeconnect

21/02 2018

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 Nassaji

api php connect adobe adobeconnect