vjik / acf-helper
Helper for ACF
0.5.3
2023-06-16 13:53 UTC
Requires
- php: ^7.4|^8.0
- vjik/simple-type-caster: ^0.2.4
- yiisoft/arrays: ^1.0|^2.0|^3.0
- yiisoft/strings: ^2.0
Requires (Dev)
- johnpbloch/wordpress-core: ^5.7
- phpunit/phpunit: ^9.5
- vimeo/psalm: ^4.7
README
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