$_client
$_client : \Horde_Http_Client
The HTTP client.
REST access to a PEAR server.
This implements a subset of the REST methods detailed in http://pear.php.net/manual/en/core.rest.php
fetchReleaseInformation(string $package, string $version) : resource
Return the release information for a specific package version from the server.
string | $package | The name of the package. |
string | $version | The version of the release. |
A stream with the package release information.
fetchReleasePackageXml(string $package, string $version) : resource
Return the package.xml for a specific release from the server.
string | $package | The name of the package. |
string | $version | The version of the release. |
A stream with the package.xml information.
fetchPackageDependencies(string $package, string $version) : string
Return the serialized package dependencies for a specific release from the server.
string | $package | The name of the package. |
string | $version | The version of the release. |
The serialized dependencies.