libphp-snoopy 2.0.0-1ubuntu1 source package in Ubuntu

Changelog

libphp-snoopy (2.0.0-1ubuntu1) xenial; urgency=medium

  * Update to PHP7.0 dependencies (LP: #1544352).

 -- Nishanth Aravamudan <email address hidden>  Thu, 24 Mar 2016 14:44:51 -0700

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe web

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libphp-snoopy_2.0.0.orig.tar.gz 21.6 KiB 3477fdf3db8c877dc0a389b18595c98d39e0e77a12cd5d2587c882d6f564a533
libphp-snoopy_2.0.0-1ubuntu1.debian.tar.xz 2.3 KiB 04cdab25364cd3b46e5d8358fdce1c0454656856af22b89d594038371d0a3b13
libphp-snoopy_2.0.0-1ubuntu1.dsc 1.9 KiB eb3afa64313b95a5f11fbacce12fbf59162068e8f451db78b87bf3d48f53e8eb

View changes file

Binary packages built by this source

libphp-snoopy: 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)