2019-08-04 08:21:18 +00:00
{
"name" : "jublonet/codebird-php" ,
2019-08-04 12:16:56 +00:00
"description" : "Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library." ,
2019-08-04 08:21:18 +00:00
"keywords" : [
"Twitter" ,
"API" ,
"networking"
] ,
"homepage" : "https://www.jublo.net/projects/codebird/php" ,
"license" : "GPL-3.0+" ,
"authors" : [
{
"name" : "Joshua Atkins" ,
"email" : "joshua.atkins@jublo.net" ,
"homepage" : "http://atkins.im/" ,
"role" : "Developer"
} ,
{
"name" : "J.M." ,
"email" : "jm@jublo.net" ,
"homepage" : "http://mynetx.net/" ,
"role" : "Developer"
}
] ,
"support" : {
"email" : "support@jublo.net" ,
"issues" : "https://github.com/jublonet/codebird-php/issues" ,
"source" : "https://github.com/jublonet/codebird-php/releases"
} ,
"require" : {
"php" : ">=5.5.0" ,
"ext-hash" : "*" ,
"ext-json" : "*" ,
"lib-openssl" : "*" ,
"composer/installers" : "~1.0"
} ,
"autoload" : {
"classmap" : [ "src/" ]
} ,
"require-dev" : {
2019-08-04 12:16:56 +00:00
"php-coveralls/php-coveralls" : ">=0.6" ,
"phpunit/phpunit" : ">=7.3" ,
2019-08-04 08:21:18 +00:00
"squizlabs/php_codesniffer" : "2.*"
}
}