libphp-snoopy 2.0.0-3 source package in Ubuntu

Changelog

libphp-snoopy (2.0.0-3) unstable; urgency=medium

  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Fixed homepage
  * d/control: Bump debhelper from old 9 to 13
  * d/control: Add "Rules-Requires-Root: no"
  * d/control: Add "Multi-Arch: foreign"
  * Fixed watch file
  * Set upstream metadata fields
  * Bump Standards-Version to 4.5.1

 -- Marcelo Jorge Vieira <email address hidden>  Sat, 26 Dec 2020 18:00:14 -0300

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe web
Noble release universe web
Mantic release universe web
Lunar release universe web
Jammy release universe web

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libphp-snoopy_2.0.0-3.dsc 1.9 KiB f866bdea14ebdbc1fa19ec621ab871e5afaa70e9f4fb626fc7c4f1f0b3e0de50
libphp-snoopy_2.0.0.orig.tar.gz 21.6 KiB 3477fdf3db8c877dc0a389b18595c98d39e0e77a12cd5d2587c882d6f564a533
libphp-snoopy_2.0.0-3.debian.tar.xz 2.5 KiB e3eba521e483af5c569eb57a334b90e291c3bea181e3797163027822c8775dc6

Available diffs

No changes file available.

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)