Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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