hounddog/hd-packagist
Packagist API client.
Maintainers
v0.1-alpha
2013-11-26 16:42 UTC
Requires
- php: >=5.3.2
- knplabs/packagist-api: 1.*@dev
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 81496b951c88c82f3b116a1d7aa9493132247c6c
- Martin Shwalbe <martin.shwalbe.woop@gmail.com>
This package is not auto-updated.
Last update: 2026-06-15 23:50:24 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
