PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Zakir Hyder   Citrix GoToWebinar PHP Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: composer.json updated
Class: Citrix GoToWebinar PHP Library
Manage Webinars using GotoWebinar Citrix API
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 771 bytes
 

Contents

Class file image Download
{ "name": "zakir-hyder/citrix-gotowebinar-php-library", "description": "The GoToWebinar PHP Library is typically used to perform operations like create registrant of webinar, get the login url, list webinars etc.", "homepage": "http://blog.jambura.com/2012/11/03/citrixs-gotowebinar-php-library/", "keywords": ["Citrix", "GoToWebinar", "Library"], "license": "MIT", "authors": [ { "name": "Zakir Hyder", "email": "zakir.hyder@gmail.com", "homepage": "https://github.com/zakir-hyder" } ], "repositories": [ { "type": "vcs", "url": "https://github.com/zakir-hyder/Citrix-GoToWebinar-PHP-Library" } ], "require":{ "php":">=5.3.0" }, "autoload":{ "files":[ "citrix.php" ] }, "minimum-stability":"dev" }