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

ActiveLibrary

schrittweiter/acf
=================

v1.0.0-alpha-2(4y ago)0149[1 PRs](https://github.com/schrittweiter/acf/pulls)PHPPHP &gt;=7.4

Since Nov 4Pushed 2y ago2 watchersCompare

[ Source](https://github.com/schrittweiter/acf)[ Packagist](https://packagist.org/packages/schrittweiter/acf)[ RSS](/packages/schrittweiter-acf/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (1)Versions (5)Used By (0)

ACF Fields
==========

[](#acf-fields)

Creating custom fields programmatically with the help of [Wordplate/Extended ACF](https://github.com/wordplate/extended-acf) makes it easy to maintain and extend a clean setup for your Wordpress custom fields.

The aim of this repository is to create a pool of custom field types to spare you coding time. Feel free to extend this library.

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

[](#installation)

1. Run `composer require schrittweiter/acf` in your theme folder
2. Make sure you are autoloading your composer vendors e.g.

```
require_once __DIR__.'/vendor/autoload.php';
```

Usage
-----

[](#usage)

Now you can make use of the fields like this (Please refer to the docs of wordplate in order to understand how to setup)

```
