Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonhoo/php-browser
A PHP class to allow scripts to access online resources hidden behind login-forms and other user-interaction measures
https://github.com/jonhoo/php-browser
browser emulator php
Last synced: 23 days ago
JSON representation
A PHP class to allow scripts to access online resources hidden behind login-forms and other user-interaction measures
- Host: GitHub
- URL: https://github.com/jonhoo/php-browser
- Owner: jonhoo
- Created: 2010-01-04T19:07:51.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2014-02-06T00:34:23.000Z (over 10 years ago)
- Last Synced: 2023-03-10T22:23:54.872Z (over 1 year ago)
- Topics: browser, emulator, php
- Language: PHP
- Homepage: http://www.phpclasses.org/browse/package/5450.html
- Size: 142 KB
- Stars: 19
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A PHP class for accessing online resources hidden behind login forms and other sites that normally require user interaction
Also includes a class called RemoteForm which allows PHP to fill out forms and respect defaults values and parameters.
The curl_http_client is needed to get by CURLs limitation of not following redirects with open_basedir enabled