2017 © Pedro Peláez
 

library packagist-api

Wrapper for Packagist

image

mcmatters/packagist-api

Wrapper for Packagist

  • Thursday, September 28, 2017
  • by MCMatters
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Packagist Wrapper

Build Status, (*1)

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)

The Versions

28/09 2017

dev-master

9999999-dev

Wrapper for Packagist

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Borzyonok