mcmatters/packagist-api

Wrapper for Packagist

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

This package is auto-updated.

Last update: 2024-03-29 03:32:07 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)