You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** Replace `skeleton` with the correct package name in the above URLs, then delete this line.
11
-
12
-
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
13
-
PSRs you support to avoid any confusion with users and contributors.
3
+
This package is a slightly overengineered Diffbot API wrapper. It uses Guzzle to make API calls. To learn more about Diffbot see [here](http://www.sitepoint.com/tag/diffbot/) and [their homepage](http://diffbot.com).
4
+
Right now it only supports Analyze, Product, Image and Article APIs, but can also accommodate Custom APIs. Crawlbot, Search and Discussion API support coming soon.
14
5
15
6
## Install
16
7
17
8
Via Composer
18
9
19
10
```bash
20
-
$ composer require league/skeleton
11
+
composer require swader/diffbot-php-client
21
12
```
22
13
23
14
## Usage
24
15
25
-
```php
26
-
$skeleton = new League\Skeleton();
27
-
echo $skeleton->echoPhrase('Hello, League!');
28
-
```
16
+
Todo
29
17
30
18
## Testing
31
19
32
20
```bash
33
-
$ phpunit
21
+
phpunit
34
22
```
35
23
36
24
## Contributing
@@ -39,8 +27,7 @@ Please see [CONTRIBUTING](https://github.com/thephpleague/:package_name/blob/mas
0 commit comments