PHPackages                             helsingborg-stad/acf-export-manager - 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. helsingborg-stad/acf-export-manager

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

helsingborg-stad/acf-export-manager
===================================

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

1.0.12(2y ago)158.3k↓43.8%20MITPHP

Since Mar 15Pushed 2y ago9 watchersCompare

[ Source](https://github.com/helsingborg-stad/acf-export-manager)[ Packagist](https://packagist.org/packages/helsingborg-stad/acf-export-manager)[ RSS](/packages/helsingborg-stad-acf-export-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (15)Used By (20)

AcfExportManager
================

[](#acfexportmanager)

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

Setting it up
-------------

[](#setting-it-up)

**1. Require and initialize the class**

```
require_once 'path/to/AcfExportManager.php';
$acfExportManager = new HelsingborgsStad\AcfExportManager();
```

**2. Set destination folder for export files**

Make sure your destination folder is created and that the webserver has write permissions to it.

```
$acfExportManager->setExportFolder('path/to/destination/folder');
```

**3. Set which fieldgroups that should be auto exported**

If array item key is specified the key will be used as filename(s) for the exported file(s). If no item key isset the name of the fieldgroup will be used as filename(s).

```
$acfExportManager->autoExport(array(
    'group_58b6e40e5a8f4',
    'halloj' => 'group_58b80e0111556'
));
```

**4. Import exported fieldgroups**

```
$acfExportManager->import();
```

Field translations
------------------

[](#field-translations)

ACF Export Manager also simifies the translation process of you fields. If you wold like the translation ability for your fields you need to specify a textdomain for your exports, like this:

```
$acfExportManager->setTextdomain('my-text-domain');
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community27

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 70% 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 ~188 days

Recently: every ~559 days

Total

13

Last Release

1089d ago

### Community

Maintainers

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

---

Top Contributors

[![Svanmark](https://avatars.githubusercontent.com/u/457482?v=4)](https://github.com/Svanmark "Svanmark (14 commits)")[![sebastianthulin](https://avatars.githubusercontent.com/u/797129?v=4)](https://github.com/sebastianthulin "sebastianthulin (5 commits)")[![JockeTF](https://avatars.githubusercontent.com/u/532268?v=4)](https://github.com/JockeTF "JockeTF (1 commits)")

### Embed Badge

![Health badge](/badges/helsingborg-stad-acf-export-manager/health.svg)

```
[![Health](https://phpackages.com/badges/helsingborg-stad-acf-export-manager/health.svg)](https://phpackages.com/packages/helsingborg-stad-acf-export-manager)
```

###  Alternatives

[webgriffe/sylius-upgrade-plugin

Helps you upgrade your Sylius app to a new version.

13103.1k](/packages/webgriffe-sylius-upgrade-plugin)

PHPackages © 2026

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