Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vjik/acf-helper
Helper for ACF.
https://github.com/vjik/acf-helper
Last synced: 9 days ago
JSON representation
Helper for ACF.
- Host: GitHub
- URL: https://github.com/vjik/acf-helper
- Owner: vjik
- License: bsd-3-clause
- Created: 2020-12-10T14:31:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T13:54:02.000Z (over 1 year ago)
- Last Synced: 2024-04-22T03:35:45.254Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ACF Helper
[![Latest Stable Version](https://poser.pugx.org/vjik/acf-helper/v/stable.png)](https://packagist.org/packages/vjik/acf-helper)
[![Total Downloads](https://poser.pugx.org/vjik/acf-helper/downloads.png)](https://packagist.org/packages/vjik/acf-helper)## Requirements
- PHP 7.4 or higher;
- WordPress 5.6 or higher;
- Advanced Custom Fields 6.0 or higher.## Installation
The package could be installed with [composer](https://getcomposer.org/download/):
```shell
composer require vjik/acf-helper
```## General usage
## Testing
### Unit testing
The package is tested with [PHPUnit](https://phpunit.de/). To run tests:
```shell
./vendor/bin/phpunit
```### Static analysis
The code is statically analyzed with [Psalm](https://psalm.dev/). To run static analysis:
```shell
./vendor/bin/psalm
```