initial commit

This commit is contained in:
luke.rodham
2016-02-16 16:47:16 +00:00
commit 348669937b
8 changed files with 576 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "lukerodham/trustpilot-api",
"keywords": ["trustpilot", "trust", "pilot"],
"description": "A TrustPilot API client",
"authors": [
{
"name": "Luke Rodham",
"email": "lkrodham@gmail.com",
"homepage": "http://www.snowysocial.co.uk"
}
],
"autoload": {
"psr-4": {
"LukeRodham\\TrustPilot\\": "src"
}
},
"require": {
"php": ">=5.4",
"guzzlehttp/guzzle": "^6.1"
}
}