From 9d2dfd6a8e91b7ec27badb96aac3b927901e6681 Mon Sep 17 00:00:00 2001 From: Gregory Petukhov Date: Tue, 18 Aug 2015 12:36:48 +0500 Subject: [PATCH] Update php.md --- php.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/php.md b/php.md index e977266..6f3dc46 100644 --- a/php.md +++ b/php.md @@ -22,6 +22,7 @@ This list contains PHP libraries related to web scraping and data processing * [DNS Resolving](#dns-resolving) * [Computer Vision](#computer-vision) * [Geocoding](#geocoding) + * [API Clients](#api-clients) * [Other PHP Lists](#other-php-lists) ## Network @@ -176,6 +177,11 @@ This list contains PHP libraries related to web scraping and data processing * [GeoCoder](http://geocoder-php.org/) - A geocoding library. * [GeoTools](https://github.com/php-loep/Geotools) - A library of geo-related tools. +## API Clients +*Libraries for working with remote web-scraping API* + +* [diffbot-php-client](https://github.com/Swader/diffbot-php-client/) - Diffbot API client + ## Other PHP lists * [awesome-php](https://github.com/ziadoz/awesome-php)