File: control

package info (click to toggle)
guzzle 7.9.2-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,456 kB
  • sloc: php: 9,489; xml: 288; javascript: 183; makefile: 133; python: 28
file content (48 lines) | stat: -rw-r--r-- 1,760 bytes parent folder | download
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: guzzle
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 php-guzzlehttp-promises,
 php-guzzlehttp-psr7,
 php-psr-http-client,
 php-symfony-deprecation-contracts,
 phpab,
 pkg-php-tools,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/guzzle/guzzle
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-guzzlehttp-guzzle
Vcs-Git: https://salsa.debian.org/php-team/pear/php-guzzlehttp-guzzle.git

Package: php-guzzlehttp-guzzle
Architecture: all
Depends:
 ${misc:Depends},
 ${phpcomposer:Debian-require},
Suggests:
 ${phpcomposer:Debian-suggest},
Replaces:
 ${phpcomposer:Debian-replace},
Breaks:
 ${phpcomposer:Debian-conflict},
 ${phpcomposer:Debian-replace},
Provides:
 ${phpcomposer:Debian-provide},
Description: ${phpcomposer:description}
 Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and
 trivial to integrate with web services.
 .
  * Simple interface for building query strings, POST requests, streaming
    large uploads, streaming large downloads, using HTTP cookies, uploading
    JSON data, etc.
  * Can send both synchronous and asynchronous requests using the same
    interface.
  * Uses PSR-7 interfaces for requests, responses, and streams. This
    allows you to utilize other PSR-7 compatible libraries with Guzzle.
  * Supports PSR-18 allowing interoperability between other PSR-18 HTTP Clients.
  * Abstracts away the underlying HTTP transport, allowing you to write
    environment and transport agnostic code; i.e., no hard dependency on cURL,
    PHP streams, sockets, or non-blocking event loops.
  * Middleware system allows you to augment and compose client behavior.