php-http-request2 2.3.0-1 source package in Ubuntu

Changelog

php-http-request2 (2.3.0-1) unstable; urgency=medium

  * Team upload

  [ Alexey Borzov ]
  * Copyright year update

  [ David Prévot ]
  * Use standard gbp layout
  * Drop patches applied upstream
  * Update copyright (years)
  * Use proper team name
  * Update Standards-Version to 3.9.7
  * Build with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <email address hidden>  Fri, 18 Mar 2016 15:36:11 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-http-request2_2.3.0-1.dsc 1.7 KiB e4b3a66dac180c1bc29675cf6aef630aa8519d268af7dcd16233af7226f3950e
php-http-request2_2.3.0.orig.tar.gz 116.9 KiB d57646f0f7a3e1a3b455b7c78e29c78fa0d377881956ce3152e43422c1c6bbde
php-http-request2_2.3.0-1.debian.tar.xz 8.0 KiB d26dbd556831dc9806ae439ff6bb3435723f823a7c10e81a90f8f4bd7b6df2c9

No changes file available.

Binary packages built by this source

php-http-request2: Provides an easy way to perform HTTP requests

 PHP5 rewrite of HTTP_Request package (with parts of HTTP_Client). Provides
 cleaner API and pluggable Adapters:
  * Socket adapter, based on old HTTP_Request code,
  * Curl adapter, wraps around PHP's cURL extension,
  * Mock adapter, to use for testing packages dependent on HTTP_Request2.
 Supports POST requests with data and file uploads, basic and digest
 authentication, cookies, managing cookies across requests, proxies, gzip and
 deflate encodings, redirects, monitoring the request progress with
 Observers...