sponsors icon indicating copy to clipboard operation
sponsors copied to clipboard

More sponsorship methods

Open driesvints opened this issue 2 years ago • 0 comments

Extend the API with even more useful methods:

// Check if driesvints has a sponsor listing...
$client->hasSponsorsListing('driesvints');

// Check if driesvints can sponsor nunomaduro...
$client->canSponsor('driesvints', 'nunomaduro');

// Check if driesvints is privately sponsored by nunomaduro...
$client->isPrivatelySponsoredBy('driesvints', 'nunomaduro');

driesvints avatar Aug 21 '21 12:08 driesvints