Skip to content

bkuhl/dockerhub-api-php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerHub-API-PHP-SDK Latest Stable Version Total Downloads Coverage Status

A PHP SDK for integrating with DockerHub's API v2.

Installation

composer require bkuhl/dockerhub-api-php-sdk

Usage

$dockerhub = new \DockerHub\DockerHub($username, $password);

Organizations

List all repositories in an organization

$dockerhub->repositories($organization);

Repositories

Delete a repository.

$dockerhub->repository('[namespace]/[name]')->delete(); // bool

List the tags associated with a repository.

$dockerhub->repository('[namespace]/[name]')->tags();

About

A PHP SDK for interacting with Dockerhub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages