2017 © Pedro Peláez
 

library acf-fluent-helpers

Simple set of helper functions for ACF Fluent auto-loaded with Composer using generic function names.

image

log1x/acf-fluent-helpers

Simple set of helper functions for ACF Fluent auto-loaded with Composer using generic function names.

  • Saturday, August 26, 2017
  • by Log1x
  • Repository
  • 1 Watchers
  • 3 Stars
  • 56 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

ACF Fluent Helpers

Latest Stable Version Total Downloads, (*1)

This is a simple set of helper functions for ACF Fluent similar to the helpers.php shipped with ACF Fluent, but is auto-loaded by Composer instead of having to be manually included., (*2)

It also uses really generic function names because I'm naughty. :wink:, (*3)

Requirements

Make sure all dependencies have been installed before moving on:, (*4)

Installation

Install via Composer:, (*5)

$ composer require log1x/acf-fluent-helpers:dev-master

Usage

$field    = field('example')->get();
$subfield = sub('example')->get();
$option   = option('example')->get();

Bug Reports

If you discover a bug in ACF Fluent Helpers, please open an issue., (*6)

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated., (*7)

License

ACF Fluent Helpers is provided under the MIT License., (*8)

The Versions

26/08 2017

dev-master

9999999-dev https://github.com/log1x/acf-fluent-helpers

Simple set of helper functions for ACF Fluent auto-loaded with Composer using generic function names.

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

wordpress helper wrapper interface acf fluent

26/08 2017

v1.0.1

1.0.1.0 https://github.com/log1x/acf-fluent-helpers

Simple set of helper functions for ACF Fluent auto-loaded with Composer using generic function names.

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

wordpress helper wrapper interface acf fluent

23/08 2017

v1.0.0

1.0.0.0 https://github.com/log1x/acf-fluent-helpers

Simple set of helper functions for ACF Fluent auto-loaded with Composer using generic function names.

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

wordpress helper wrapper interface acf fluent