vjik/acf-helper

Helper for ACF

0.5.3 2023-06-16 13:53 UTC

This package is auto-updated.

Last update: 2024-04-16 15:29:23 UTC


README

Latest Stable Version Total Downloads

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:

composer require vjik/acf-helper

General usage

Testing

Unit testing

The package is tested with PHPUnit. To run tests:

./vendor/bin/phpunit

Static analysis

The code is statically analyzed with Psalm. To run static analysis:

./vendor/bin/psalm