PHPackages                             logoscon/acf-plus - 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. logoscon/acf-plus

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

logoscon/acf-plus
=================

Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.

1.1.0(10y ago)1023.3k1[1 issues](https://github.com/log-oscon/acf-plus/issues)GPL-2.0+PHP

Since Sep 2Pushed 9y ago12 watchersCompare

[ Source](https://github.com/log-oscon/acf-plus)[ Packagist](https://packagist.org/packages/logoscon/acf-plus)[ Docs](https://github.com/log-oscon/acf-plus)[ RSS](/packages/logoscon-acf-plus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

ACF Plus
========

[](#acf-plus)

Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.

Usage
-----

[](#usage)

### Field Groups

[](#field-groups)

Extend the `\logoscon\ACF\Group` class, defining the `_register()` method:

```
class My_Group extends \logoscon\ACF\Group {

    protected function _register() {
        // My field group definition.
    }

}
```

This method should contain (at the very least) the code exported by Advanced Custom Fields, although you're encouraged to improve its maintainability. To help make code clearer, the following helper methods are provided:

- `_field_tab`
- `_location_is`
- `_location_in` (see `\logoscon\ACF\Rule\Operator\In`)
- `_location_are`

### Support for the `IN` operator in location rules

[](#support-for-the-in-operator-in-location-rules)

```
\logoscon\ACF\Rule\Operator\In::register();
```

Changelog
---------

[](#changelog)

### 1.1.0

[](#110)

- Multiple location rule builder for equality checks.

### 1.0.0

[](#100)

- Initial release.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~85 days

Total

4

Last Release

3655d ago

Major Versions

0.1.1 → 1.0.02016-03-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/035c98a3fbc2961e88522dae86521b6bb114624800e342a317b66ab270fc4baa?d=identicon)[goblindegook](/maintainers/goblindegook)

![](https://www.gravatar.com/avatar/42eed63db46bd6dc4df88e37095ad4f8aeacfcc63f68e7e11c637eb9ec18a652?d=identicon)[s3rgiosan](/maintainers/s3rgiosan)

---

Top Contributors

[![s3rgiosan](https://avatars.githubusercontent.com/u/499982?v=4)](https://github.com/s3rgiosan "s3rgiosan (9 commits)")[![goblindegook](https://avatars.githubusercontent.com/u/285497?v=4)](https://github.com/goblindegook "goblindegook (4 commits)")[![pietro-gaiao](https://avatars.githubusercontent.com/u/1270252?v=4)](https://github.com/pietro-gaiao "pietro-gaiao (2 commits)")

---

Tags

wordpresslibraryadvanced custom fieldstoolkit

### Embed Badge

![Health badge](/badges/logoscon-acf-plus/health.svg)

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

###  Alternatives

[jofrysutanto/windsor

YAML-ised Configuration for ACF

549.2k](/packages/jofrysutanto-windsor)

PHPackages © 2026

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