1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-24 08:32:19 +02:00

Update php.md

This commit is contained in:
Gregory Petukhov 2015-08-16 20:43:06 +05:00
parent 2f7d3ecbe0
commit 1ff6311703

2
php.md
View File

@ -101,6 +101,8 @@ This list contains PHP libraries related to web scraping and data processing
## Browser automation and emulation
* [php-webdriver](https://github.com/facebook/php-webdriver) - A php client for webdriver.
* [PHP PhantomJS](https://github.com/jonnnnyw/php-phantomjs) - Execute PhantomJS commands through PHP
* [Mink](https://github.com/minkphp/Mink) - universal API for multiple browser emulators (selenium, zombie.js, goutte)
## Multiprocessing
* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.