Skip to content

Instantly share code, notes, and snippets.

@iwat
Last active August 29, 2015 14:27
Show Gist options
  • Save iwat/ac86485821df2a4e8cb9 to your computer and use it in GitHub Desktop.
Save iwat/ac86485821df2a4e8cb9 to your computer and use it in GitHub Desktop.
Using Thrift with PHP and Composer
{
"autoload": {
"psr-0": {
"Thrift\\": "vendor/apache/thrift/lib/"
},
"classmap": ["gen-php"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment