{
  "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": " [email protected]",
	    "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"
}
 
  |