Skip to content

Commit 9a98770

Browse files
Updated SDK for version 2 of the Datarole API
1 parent ce1dd34 commit 9a98770

File tree

168 files changed

+343
-55176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+343
-55176
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
The DataRole API Client Library enables you to work with DataRole APIs on your server.
44

55
## Requirements ##
6-
* [PHP 5.5.0 or higher](http://www.php.net/)
6+
* [PHP 5.4.0 or higher](http://www.php.net/)
77

88
## Developer Documentation ##
9-
[Official DataRole Address Intelligence API Documentation](https://github.com/datarole/api/blob/master/sdks/)
9+
http://developers.datarole.com/api
1010

1111
## Installation ##
1212

composer.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "PHP client library for DataRole API",
55
"keywords": ["datarole api"],
6-
"homepage": "http://developers.datarole.com/api/php",
6+
"homepage": "https://github.com/datarole/api-client-php",
77
"license": "Apache-2.0",
88
"authors": [
99
{
@@ -15,9 +15,7 @@
1515
"php": ">=5.5",
1616
"guzzlehttp/guzzle": "~6.0",
1717
"guzzlehttp/psr7": "1.2.*",
18-
"psr/http-message": "1.0.*",
19-
"illuminate/support": "~4.1",
20-
"siriusphp/validation": "1.2.1"
18+
"psr/http-message": "1.0.*"
2119
},
2220
"require-dev": {
2321
"phpunit/phpunit": "4.0.*",

coverage/Client.php.html

+74-154
Large diffs are not rendered by default.

coverage/Connection.php.html

+68-129
Large diffs are not rendered by default.

coverage/Meta/Base.php.html

-358
This file was deleted.

coverage/Meta/Name.php.html

-357
This file was deleted.

coverage/Meta/dashboard.html

-287
This file was deleted.

0 commit comments

Comments
 (0)