Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 886 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 886 Bytes

WP Packagist API

Code Climate Test Coverage Issue Count Build Status

A WordPress library for Packagist API

Example Usage

Get All Packages

$packagist = new PackagistAPI();

$results = $packagist->get_all_packages();