PHPackages                             vena/acf-json - 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. vena/acf-json

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

vena/acf-json
=============

Force ACF to store and load json for specific groups inside a plugin or theme.

1.0.5(4y ago)048MITPHP

Since Aug 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/vena/acf-json)[ Packagist](https://packagist.org/packages/vena/acf-json)[ Docs](https://github.com/vena/acf-json)[ RSS](/packages/vena-acf-json/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

acf-json
========

[](#acf-json)

Force ACF to store and load json for specific groups in a specific place, useful for plugins and themes which define their own ACF groups.

Installing
==========

[](#installing)

```
composer require vena/acf-json

```

Using
=====

[](#using)

Assuming you're using composer's autoload, setup is simple.

```
$acfJson = new \vena\AcfJson\Loader(
	[
		// Group IDs to store and load
		'group_61240bc1afe31',
		'group_612524d9ef624',
	],
	// Path under which to create acf-json folder
	// and store ACF's json for the groups
	__DIR__
);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

1773d ago

### Community

Maintainers

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

---

Top Contributors

[![vena](https://avatars.githubusercontent.com/u/867733?v=4)](https://github.com/vena "vena (1 commits)")

---

Tags

wordpressacf

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/vena-acf-json/health.svg)

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

###  Alternatives

[samrap/acf-fluent

A fluent interface for the Advanced Custom Fields WordPress plugin

28357.5k4](/packages/samrap-acf-fluent)[devgeniem/acf-codifier

ACF Codifier

133226.3k33](/packages/devgeniem-acf-codifier)[folbert/fewbricks

Write code to create fields and more for Advanced Custom Fields

1196.0k](/packages/folbert-fewbricks)[log1x/modern-acf-options

A modern take on ACF Theme Options

3432.4k2](/packages/log1x-modern-acf-options)[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)[bostondv/acf-ninja-forms

Adds an Advanced Custom Fields field to select one or many Ninja Forms.

1525.2k](/packages/bostondv-acf-ninja-forms)

PHPackages © 2026

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