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

wp-api-libraries/wp-packagist-api

Repository files navigation

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();