PHPackages                             airesvsg/acf-to-rest-api-recursive - 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. airesvsg/acf-to-rest-api-recursive

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

airesvsg/acf-to-rest-api-recursive
==================================

Get ACF fields recursively

442.5k7[8 issues](https://github.com/airesvsg/acf-to-rest-api-recursive/issues)[1 PRs](https://github.com/airesvsg/acf-to-rest-api-recursive/pulls)PHP

Since Feb 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/airesvsg/acf-to-rest-api-recursive)[ Packagist](https://packagist.org/packages/airesvsg/acf-to-rest-api-recursive)[ RSS](/packages/airesvsg-acf-to-rest-api-recursive/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ACF to REST API Recursive
=========================

[](#acf-to-rest-api-recursive)

Get ACF Fields Recursively

- [Installation](#installation)
- [Filters](#filters)

Installation
============

[](#installation)

1. Copy the `acf-to-rest-api-recursive` folder into your `wp-content/plugins` folder
2. Activate the `ACF to REST API Recursive` plugin via the plugin admin page

Filters
=======

[](#filters)

FilterArgument(s)acf/rest\_api/recursive/typesarray $typesHow to use:

```
add_filter( 'acf/rest_api/recursive/types', function( $types ) {
	if ( isset( $types['post'] ) ) {
		unset( $types['post'] );
	}

	return $types;
} );
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/396668?v=4)[Aires Gonçalves](/maintainers/airesvsg)[@airesvsg](https://github.com/airesvsg)

---

Top Contributors

[![airesvsg](https://avatars.githubusercontent.com/u/396668?v=4)](https://github.com/airesvsg "airesvsg (5 commits)")[![joshuafredrickson](https://avatars.githubusercontent.com/u/3533660?v=4)](https://github.com/joshuafredrickson "joshuafredrickson (1 commits)")

---

Tags

acf-to-rest-apifieldsrecursiverest-apiwordpress-api

### Embed Badge

![Health badge](/badges/airesvsg-acf-to-rest-api-recursive/health.svg)

```
[![Health](https://phpackages.com/badges/airesvsg-acf-to-rest-api-recursive/health.svg)](https://phpackages.com/packages/airesvsg-acf-to-rest-api-recursive)
```

###  Alternatives

[tenancy/tenancy

Creating multi tenant saas from your Laravel app with ease

1.3k46.2k](/packages/tenancy-tenancy)[citation-style-language/locales

Citation Style Language (CSL) Locales

169836.8k24](/packages/citation-style-language-locales)[wpbp/widgets-helper

A class to ease creating powered Widgets on WordPress

1215.1k](/packages/wpbp-widgets-helper)[safran-cassiopee/php-taf-decoder

TAF weather forecast decoder

1212.1k](/packages/safran-cassiopee-php-taf-decoder)

PHPackages © 2026

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