hounddog/hd-packagist

Packagist API client.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hounddog/hd-packagist

v0.1-alpha 2013-11-26 16:42 UTC

This package is not auto-updated.

Last update: 2025-10-06 20:24:53 UTC


README

Wrapper Module for https://github.com/KnpLabs/packagist-api for ZF2

Installation

The recommended way to install HdPackagist is through composer:

{
    "require": {
        "hounddog/hd-packagist": "dev-master"
    }
}

Usage

$client = $serviceManager->get('Packagist\Api\Client');

Please refer to the documentation on https://github.com/KnpLabs/packagist-api