Client Library
We provide a php client for the Private Packagist API. The client handles authentication, signature generation and access to all endpoints.
Run composer require private-packagist/api-client php-http/guzzle6-adapter
to install the client.
Basic usage
$client = new \PrivatePackagist\ApiClient\Client(); $client->authenticate('api-key', 'api-secret'); $packages = $client->packages()->all();
Api Endpoints
Generating OpenAPI documentation...
Start Free Trial
Login to create an organization and start your free trial!