Skip to content

Instantly share code, notes, and snippets.

@tonivdv
Created August 27, 2013 14:39
Show Gist options
  • Save tonivdv/6354402 to your computer and use it in GitHub Desktop.
Save tonivdv/6354402 to your computer and use it in GitHub Desktop.
Composer support for 3scale
{
"name": "3scale/3scale_ws_api_for_php",
"description": "3scale integration plugin for PHP applications - with composer.json",
"keywords": ["3scale", "ThreeScale", "api", "php", "composer"],
"type": "library",
"homepage" : "https://support.3scale.net/libraries",
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-0": {
"ThreeScaleClient": "lib/" ,
"ThreeScaleResponse": "lib/" ,
"3ScaleClient": "lib/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment