PHPackages                             moxie-lean/wp-endpoints-authors - 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. [API Development](/categories/api)
4. /
5. moxie-lean/wp-endpoints-authors

AbandonedLibrary[API Development](/categories/api)

moxie-lean/wp-endpoints-authors
===============================

Query against a WordPress site and get a JSON response with a collection of authors associated with your request.

1.0.1(9y ago)02611MITPHPPHP &gt;=5.4

Since Apr 19Pushed 9y ago2 watchersCompare

[ Source](https://github.com/wearenolte/wp-endpoints-authors)[ Packagist](https://packagist.org/packages/moxie-lean/wp-endpoints-authors)[ Docs](https://github.com/moxie-lean/wp-endpoints-authors)[ RSS](/packages/moxie-lean-wp-endpoints-authors/feed)WikiDiscussions master Synced 2mo ago

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

WP Endpoint Authors
===================

[](#wp-endpoint-authors)

**This package is depreciated. LEAN now uses the WordPress REST API plugins instead**

> Query against a WordPress site and get a JSON response with a collection of authors associated with your request.

Getting Started
---------------

[](#getting-started)

The easiest way to install this package is by using composer from your terminal:

```
composer require moxie-lean/wp-endpoints-authors
```

Or by adding the following lines on your `composer.json` file

```
"require": {
  "moxie-lean/wp-endpoints-authors": "dev-master"
}
```

This will download the files from the [packagist site](https://packagist.org/packages/moxie-lean/wp-endpoints-authors)and set you up with the latest version located on master branch of the repository.

After that you can include the `autoload.php` file in order to be able to autoload the class during the object creation.

```
include '/vendor/autoload.php';

\Lean\Endpoints\Authors::init();
```

Features
--------

[](#features)

Returns only a collection of authors.

Usage.
------

[](#usage)

The default URL is:

```
/wp-json/leean/v1/authors
```

By default the collection is the list of users excluding administrators, you can use most
of the WP_User_Query params in order to update your results and there is a filter available
to override query arguments.

## Request examples

Get list of authors.

```json
wp-json/leean/v1/authors
```

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 69.6% 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 ~12 days

Total

4

Last Release

3634d ago

Major Versions

0.1.1 → 1.0.02016-04-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef5275df7fcfcd26cce3ae929875dbec9d95367fdf5283dbce645647ae67464d?d=identicon)[mitogh](/maintainers/mitogh)

![](https://www.gravatar.com/avatar/4aa05a59deaf5695b3a80e42e2c6b971ab92c171ad13cd7b95ca8175382cda60?d=identicon)[WeAreNolte](/maintainers/WeAreNolte)

---

Top Contributors

[![zzuga](https://avatars.githubusercontent.com/u/13990408?v=4)](https://github.com/zzuga "zzuga (16 commits)")[![mitogh](https://avatars.githubusercontent.com/u/3921289?v=4)](https://github.com/mitogh "mitogh (7 commits)")

---

Tags

wordpressWordPress-API

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/moxie-lean-wp-endpoints-authors/health.svg)

```
[![Health](https://phpackages.com/badges/moxie-lean-wp-endpoints-authors/health.svg)](https://phpackages.com/packages/moxie-lean-wp-endpoints-authors)
```

###  Alternatives

[sybrew/the-seo-framework

An automated, advanced, accessible, unbranded and extremely fast SEO solution for any WordPress website.

47078.8k](/packages/sybrew-the-seo-framework)

PHPackages © 2026

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