Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcmatters/packagist-api


https://github.com/mcmatters/packagist-api

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Packagist Wrapper
[![Build Status](https://travis-ci.org/MCMatters/packagist-api.svg?branch=master)](https://travis-ci.org/MCMatters/packagist-api)

#### 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)`