PHPackages                             hadamlenz/acf-jsons-loader - 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. hadamlenz/acf-jsons-loader

ActiveLibrary

hadamlenz/acf-jsons-loader
==========================

Loader for acf .json files

1.0.4(4y ago)145[1 issues](https://github.com/hadamlenz/acf-jsons-loader/issues)GPL-2.0-or-laterPHPPHP &gt;=5.2.4

Since Aug 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hadamlenz/acf-jsons-loader)[ Packagist](https://packagist.org/packages/hadamlenz/acf-jsons-loader)[ RSS](/packages/hadamlenz-acf-jsons-loader/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (7)Used By (0)

acf-jsons-loader
================

[](#acf-jsons-loader)

Loader for acf .json files that can be included with a theme or plugin

to include in your project run:

`composer require hadamlenz/acf-jsons-loader`

to use the class add this somewhere in your code:

`new Acf_Jsons_loader( $root , $json );`

**$root** is the root of the project, the theme or plugins folder **$json** is a path or array of paths to ACF Json files that define field groups. if usiing an array, it should be an associative array with 'group\_id' =&gt; 'path to the file'

Example
-------

[](#example)

```
$theme_dir = dirname(__FILE__) . DIRECTORY_SEPARATOR;
new Acf_Jsons_loader( $theme_dir , '/assets/all-fields.json' );

```

or

```
new Acf_Jsons_loader( $theme_dir , array(
'group_abcde123456789' => 'my-group-1.json',
'group_987654321edcba' => 'my-group-2.json',
));

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Total

5

Last Release

1755d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5903513?v=4)[H. Adam Lenz](/maintainers/hadamlenz)[@hadamlenz](https://github.com/hadamlenz)

---

Tags

wordpresstemplates

### Embed Badge

![Health badge](/badges/hadamlenz-acf-jsons-loader/health.svg)

```
[![Health](https://phpackages.com/badges/hadamlenz-acf-jsons-loader/health.svg)](https://phpackages.com/packages/hadamlenz-acf-jsons-loader)
```

###  Alternatives

[roots/wordpress

WordPress is open source software you can use to create a beautiful website, blog, or app.

19116.9M254](/packages/roots-wordpress)[gamajo/template-loader

A class for your WordPress plugin, to allow loading template parts with fallback through the child theme &gt; parent theme &gt; plugin

29647.0k5](/packages/gamajo-template-loader)[wpreadme2markdown/wpreadme2markdown

Convert WordPress Plugin readme.txt to Markdown

9564.6k4](/packages/wpreadme2markdown-wpreadme2markdown)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)

PHPackages © 2026

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