Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcmatters/packagist-api
https://github.com/mcmatters/packagist-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcmatters/packagist-api
- Owner: MCMatters
- Created: 2017-09-27T22:34:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T13:58:27.000Z (about 5 years ago)
- Last Synced: 2024-04-23T05:46:14.616Z (9 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)`