File debian.control of Package php-sabre-http
44
1
Source: php-sabre-http-3
2
Section: php
3
Priority: optional
4
Maintainer: Kolab for Debian <devel@lists.kolab.org>
5
Uploaders: Daniel Hoffend <dh@dotlan.net>
6
Build-Depends: debhelper (>= 9),
7
php-codesniffer,
8
php-curl | php5-curl,
9
php-sabre-event,
10
php-xdebug | php5-xdebug,
11
phpunit,
12
pkg-php-tools (>= 1.7~)
13
Standards-Version: 3.9.7
14
Homepage: https://github.com/fruux/sabre-http
15
Vcs-Git: git://anonscm.debian.org/pkg-php/php-sabre-http.git -b 3.0
16
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-sabre-http.git
17
18
Package: php-sabre-http-3
19
Architecture: all
20
Depends: php-sabre-event (<< 3.0.0~as3),
21
${misc:Depends},
22
${phpcomposer:Debian-require}
23
Suggests: ${phpcomposer:Debian-suggest}
24
Replaces: php-sabre-http (<< 4), ${phpcomposer:Debian-replace}
25
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
26
Conflicts: php-sabre-http (<< 4)
27
Provides: php-sabre-http (= ${binary:Version}), ${phpcomposer:Debian-provide}
28
Description: library to ease the work with HTTP protocol
29
sabre/http provides a toolkit to ease the work with HTTP protocol.
30
.
31
This library is a wrapper around the following PHP constructs:
32
.
33
For Input:
34
* $_GET
35
* $_POST
36
* $_SERVER
37
* php://input or $HTTP_RAW_POST_DATA.
38
For output:
39
* php://output or echo.
40
* header()
41
.
42
It provides a Request object, and a Response object. The objects are
43
extensible and easily mockable.
44