log1x/acf-fluent-helpers
最新稳定版本:v1.0.2
Composer 安装命令:
composer require log1x/acf-fluent-helpers
包简介
Simple set of helper functions for ACF Fluent auto-loaded with Composer using generic function names.
README 文档
README
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.
It also uses really generic function names because I'm naughty. 😉
Requirements
Make sure all dependencies have been installed before moving on:
- PHP >= 7.0
- Composer
- ACF Fluent
Installation
Install via Composer:
$ 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.
Contributing
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
License
ACF Fluent Helpers is provided under the MIT License.
统计信息
- 总下载量: 13.65k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 15
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-23