PHPackages                             wp-kit/acf-integration - 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. wp-kit/acf-integration

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

wp-kit/acf-integration
======================

A wp-kit component that handles ACF configuration

2.0.8(5y ago)12.2k↑16.7%2MITPHPPHP ^7.4

Since Sep 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/wp-kit/acf-integration)[ Packagist](https://packagist.org/packages/wp-kit/acf-integration)[ Docs](https://github.com/wp-kit/acf-integration)[ RSS](/packages/wp-kit-acf-integration/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (10)Used By (2)

wp-kit/acf-integration
======================

[](#wp-kitacf-integration)

This is a wp-kit component that handles [`ACF`](https://www.advancedcustomfields.com/) (Advanced Custom Fields) configuration via a [config file](config/acf.config.php).

This component was built to run within an [`Illuminate\Container\Container`](https://github.com/illuminate/container/blob/master/Container.php) so is perfect for frameworks such as [`Themosis`](http://framework.themosis.com/), [`Assely`](https://assely.org/) and [`wp-kit/theme`](https://github.com/wp-kit/theme).

This component is simply a [`ServiceProvider`](https://github.com/wp-kit/acf-integration/blob/master/src/Acf/AcfServiceProvider.php) which helps to simplify the configuration of `ACF` JSON paths and option pages.

Installation
------------

[](#installation)

If you're using `Themosis`, install via [`Composer`](https://getcomposer.org/) in the root of your `Themosis` installation, otherwise install in your `Composer` driven theme folder:

```
composer require "wp-kit/acf-integration"
```

Setup
-----

[](#setup)

### Add Service Provider

[](#add-service-provider)

Just register the service provider in the providers config:

```
//inside theme/resources/config/providers.config.php

return [
	//,
	WPKit\Integrations\Acf\AcfServiceProvider::class,
	//
];
```

### Add Config File

[](#add-config-file)

The recommended method of installing config files for `wp-kit` components is via `wp kit vendor:publish` command.

First, [install WP CLI](http://wp-cli.org/), and then install this component, `wp kit vendor:publish` will automatically be installed with `wp-kit/utils`, once installed you can run:

`wp kit vendor:publish`

For more information, please visit [`wp-kit/utils`](https://github.com/wp-kit/utils#commands).

Alternatively, you can place the [config file(s)](config) in your `theme/resources/config` directory manually.

Usage
-----

[](#usage)

Please install and study the default [config file](config/acf.config.php) as described above to learn how to use this component.

Get Involved
------------

[](#get-involved)

To learn more about how to use `wp-kit` check out the docs:

[View the Docs](https://github.com/wp-kit/theme/tree/docs/README.md)

Any help is appreciated. The project is open-source and we encourage you to participate. You can contribute to the project in multiple ways by:

- Reporting a bug issue
- Suggesting features
- Sending a pull request with code fix or feature
- Following the project on [GitHub](https://github.com/wp-kit)
- Sharing the project around your community

For details about contributing to the framework, please check the [contribution guide](https://github.com/wp-kit/theme/tree/docs/Contributing.md).

Requirements
------------

[](#requirements)

Wordpress 4+

ACF 4+

PHP 5.6+

License
-------

[](#license)

wp-kit/acf-integration is open-sourced software licensed under the MIT License.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

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

Recently: every ~68 days

Total

9

Last Release

1853d ago

PHP version history (3 changes)2.0.0PHP &gt;=5.6.4

2.0.3PHP &gt;=7.2

2.0.4PHP ^7.4

### Community

Maintainers

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

---

Top Contributors

[![terence1990](https://avatars.githubusercontent.com/u/8171301?v=4)](https://github.com/terence1990 "terence1990 (48 commits)")

---

Tags

wordpressacfadvanced custom fieldsOOPthemosiswp-kitassely

### Embed Badge

![Health badge](/badges/wp-kit-acf-integration/health.svg)

```
[![Health](https://phpackages.com/badges/wp-kit-acf-integration/health.svg)](https://phpackages.com/packages/wp-kit-acf-integration)
```

###  Alternatives

[hellonico/acf-country

A country field for ACF.

12193.2k](/packages/hellonico-acf-country)[vinkla/extended-acf

Register advanced custom fields with object-oriented PHP

503264.8k11](/packages/vinkla-extended-acf)[samrap/acf-fluent

A fluent interface for the Advanced Custom Fields WordPress plugin

28656.0k4](/packages/samrap-acf-fluent)[log1x/acf-editor-palette

A replica Gutenberg color picker field for Advanced Custom Fields.

100284.1k](/packages/log1x-acf-editor-palette)[log1x/acf-phone-number

A real ACF phone number field.

12072.5k](/packages/log1x-acf-phone-number)[mmirus/acf-flexible-content-title

Display the content of a field in the title bar of your Advanced Custom Fields flexible content sections.

362.8k](/packages/mmirus-acf-flexible-content-title)

PHPackages © 2026

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