mcmatters/packagist-api

Wrapper for Packagist

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mcmatters/packagist-api

v1.0 2019-11-29 13:56 UTC

This package is auto-updated.

Last update: 2025-09-29 02:06:31 UTC


README

Build Status

Methods

listPackages()
listPackagesByOrganization(string $vendor)
listPackagesByType(string $type)
search(string $keyword, int $page = 1, string $tag = null, string $type = null)
searchByTag(string $tag, int $page = 1)
searchByType(string $type, int $page = 1)
packageData(string $vendor, string $package = null)
packageDataWithComposerMeta(string $vendor, string $package = null)