|
|
|
|
|
|
178
|
* [Spress](http://spress.yosymfony.com) - An extensible tool that converts Markdown and Twig into HTML.
|
178
|
* [Spress](http://spress.yosymfony.com) - An extensible tool that converts Markdown and Twig into HTML.
|
|
179
|
|
179
|
|
|
180
|
## HTTP
|
180
|
## HTTP
|
|
181
|
-*Libraries for working with HTTP and scraping websites.*
|
|
|
|
|
|
181
|
+*Libraries for working with HTTP websites.*
|
|
182
|
|
182
|
|
|
183
|
-* [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
|
|
|
|
184
|
* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
|
183
|
* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
|
|
185
|
-* [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
|
|
|
|
|
|
184
|
+* [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
|
|
186
|
* [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
|
185
|
* [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
|
|
187
|
-* [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
|
|
|
|
188
|
* [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
|
186
|
* [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
|
|
|
|
187
|
+* [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
|
|
189
|
* [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
|
188
|
* [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
|
|
190
|
|
189
|
|
|
|
|
190
|
+## Scraping
|
|
|
|
191
|
+*Libraries for scraping websites.*
|
|
|
|
192
|
+
|
|
|
|
193
|
+* [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
|
|
|
|
194
|
+* [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
|
|
|
|
195
|
+* [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
|
|
|
|
196
|
+
|
|
191
|
## Middlewares
|
197
|
## Middlewares
|
|
192
|
*Libraries for building application using middlewares.*
|
198
|
*Libraries for building application using middlewares.*
|
|
193
|
|
199
|
|