PHPackages                             livy/plumbing-acf - 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. livy/plumbing-acf

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

livy/plumbing-acf
=================

A friendly interface for safely interacting with ACF.

2.0.0(7y ago)2158MITPHP

Since Dec 13Pushed 7y ago2 watchersCompare

[ Source](https://github.com/alwaysblank/plumbing-acf)[ Packagist](https://packagist.org/packages/livy/plumbing-acf)[ RSS](/packages/livy-plumbing-acf/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (7)Used By (0)

ACF 👩‍🔧
=======

[](#acf-‍)

This provides a very, very simple wrapper for ACF. The only meaningful "feature" it adds in this version is the ability to query several fields at once, and return them in a compiled array.

Usage
-----

[](#usage)

First, install the package:

```
composer require livy/plumbing-acf
```

Once it's installed, you can access its methods like so:

```
Livy\Plumbing\ACF\Simple::getField('my-field');
```

To save some typing, you can always use `use`:

```
use Livy\Plumbing\ACF\Simple as ACF;

ACF::getField('my-field');
```

### `getFields()`

[](#getfields)

This method can accept several fields to query at once, and will return them as an array (or a collection, if `Illuminate\Collection`) is available. See the method source for documentation.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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 ~145 days

Recently: every ~178 days

Total

6

Last Release

2706d ago

Major Versions

1.3.1 → 2.0.02018-12-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/45ef59bc24058cd989f522d8a6f8cc9b9aa31721b765d2b8552500dcc268e15d?d=identicon)[alwaysblank](/maintainers/alwaysblank)

---

Top Contributors

[![alwaysblank](https://avatars.githubusercontent.com/u/23412884?v=4)](https://github.com/alwaysblank "alwaysblank (13 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/livy-plumbing-acf/health.svg)

```
[![Health](https://phpackages.com/badges/livy-plumbing-acf/health.svg)](https://phpackages.com/packages/livy-plumbing-acf)
```

###  Alternatives

[captainhook/plugin-composer

Composer-Plugin handling your git-hooks

201.9M169](/packages/captainhook-plugin-composer)

PHPackages © 2026

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