Переглянути джерело

Added scraping section and alphabetized HTTP

pull/568/merge
Jose Diaz-Gonzalez 9 роки тому
джерело
коміт
eabb6d7775
1 змінених файлів з 10 додано та 4 видалено
  1. 10
    4
      README.md

+ 10
- 4
README.md Переглянути файл

@@ -178,16 +178,22 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
178 178
 * [Spress](http://spress.yosymfony.com) - An extensible tool that converts Markdown and Twig into HTML.
179 179
 
180 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 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 185
 * [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
187
-* [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
188 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 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 197
 ## Middlewares
192 198
 *Libraries for building application using middlewares.*
193 199
 

Завантаження…
Відмінити
Зберегти