vjik / acf-helper
Helper for ACF
0.5.4
2025-06-09 14:24 UTC
Requires
- php: 8.1 - 8.4
- vjik/simple-type-caster: ^0.4.5
- yiisoft/arrays: ^3.0
- yiisoft/strings: ^2.0
Requires (Dev)
- johnpbloch/wordpress-core: ^5.9.10
- phpunit/phpunit: ^10.5.46
- vimeo/psalm: ^5.26.1
README
Requirements
- PHP 8.1 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