PHPackages                             friends-of-wp/pluginretriever - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. friends-of-wp/pluginretriever

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

friends-of-wp/pluginretriever
=============================

Small and flexible library to retrieve all plugins from the WordPress plugin directory.

1.2.0(3y ago)289PHP

Since Apr 15Pushed 3y ago2 watchersCompare

[ Source](https://github.com/friends-of-wp/wp-plugin-directory-exporter)[ Packagist](https://packagist.org/packages/friends-of-wp/pluginretriever)[ RSS](/packages/friends-of-wp-pluginretriever/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Friends of WP - Plugin Retriever
================================

[](#friends-of-wp---plugin-retriever)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/37ba014162214de8d15e8b8419abca15bdf9e1da3e8d6eff966f3eee9a4f18eb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f667269656e64732d6f662d77702f77702d706c7567696e2d6469726563746f72792d6578706f727465722f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/friends-of-wp/wp-plugin-directory-exporter/?branch=develop)

This is a simple library that helps to retrieve the information of all plugins that are located in the WordPress.org plugin directory.

Installation
------------

[](#installation)

To install the Plugin Retriever you can use composer, clone the repository or just download the ZIP file.

```
composer require friends-of-wp/pluginretriever
```

Exporter
--------

[](#exporter)

- **CSV** - Export the plugins into a CSV file
- **Array** - Export the data into a PHP array that can be used afterwards. Warning: this array can be quite big.
- **Cli status** - Outputs the data to the CLI
- **Symfony console output** - Outputs data to the CLI via the symfony `OutputInterface`.

Examples
--------

[](#examples)

We prepared some examples in the `/example` directory that are easy to understand and can be reused.

CSV
---

[](#csv)

Exports the plugins into a CSV file. Warning: currently there are more than 55.000 plugins in the directory. Excel and Google Spreadsheet are not able to process such file sizes.

```
php example/retrieve-as-csv.php plugins.csv
```

Info: at the moment the retrievers are configured to fetch all plugins . if you want to change that just change the parameter in the retriever constructor or add a second parameter to the command line script with the number of pages you want to retrieve.

```
php example/retrieve-as-csv.php plugins.csv 10
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~4 days

Total

3

Last Release

1116d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f249250f50f750633718a189b04c381f79decacce4a73a47b180f5398bd69d5d?d=identicon)[friends-of-wp](/maintainers/friends-of-wp)

---

Top Contributors

[![friends-of-wp](https://avatars.githubusercontent.com/u/129563247?v=4)](https://github.com/friends-of-wp "friends-of-wp (1 commits)")

### Embed Badge

![Health badge](/badges/friends-of-wp-pluginretriever/health.svg)

```
[![Health](https://phpackages.com/badges/friends-of-wp-pluginretriever/health.svg)](https://phpackages.com/packages/friends-of-wp-pluginretriever)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
