1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libphp-snoopy
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: http://snoopy.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/pkg-php/libphp-snoopy.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-php/libphp-snoopy.git/
Package: libphp-snoopy
Architecture: all
Depends: ${misc:Depends}, php-pear
Description: Snoopy is a PHP class that simulates a web browser
It automates the task of retrieving web page content and posting forms,
for example.
.
Some of Snoopy's features:
.
* easily fetch the contents of a web page
* easily fetch the text from a web page (strip html tags)
* easily fetch the links from a web page
* supports proxy hosts
* supports basic user/pass authentication
* supports setting user_agent, referer, cookies and header content
* supports browser redirects, and controlled depth of redirects
* expands fetched links to fully qualified URLs (default)
* easily submit form data and retrieve the results
* supports following html frames (added v0.92)
* supports passing cookies on redirects (added v0.92)
|