A web crawler, built to be easily dropped into PHP applications, which behaves just like a regular web browser, interpreting location redirects and storing cookies automatically.
Stars
9
Forks
3
Watchers
9
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
19
commits
Adds getLastRequest() to get the request that was sent to the server.
b13369cView on GitHubFixes a bug with sending GET data after a redirect to another URL, and uses HTTP_Request_Exception for exceptions rather than plain PHP exceptions.
ba97bccView on GitHubImproves handling of $data in GET requests, and improves processing of $data for POST when it's multiple levels deep.
efca7acView on GitHubUses $data for GET requests, not just for POST.
e37b184View on GitHubFixes an issue with Location header redirects when requests are going through a non-traditional port.
3172b3fView on GitHubReformats the code to use spaces instead of tabs.
fcd0658View on GitHubFixes an issue with absolute URLs as values for Header: Location.
6aaf8ecView on GitHubAdds instructions for installing with Composer.
2f26ed2View on GitHubPrepares HTTP Request for use with Composer.
5f140bbView on GitHubFixes an issue with redirecting a POST request when a Location header is found.
62720d6View on GitHubFix a small bug that caused problems in some servers that do not accept a query string.
3e274faView on GitHub