A WordPress utility framework for easy development.
You can install the utility framework as a composer dependency package, or you can directly include in you project.
Download the package from GitHub and include inside your project. Now load the autoloader file.
include '{{PATH_TO_FOLDER}}/wp-helpers/src/autoload.php';
To install as a composer package, run the following command in terminal.
composer require stackonet/wp-helpers
Include vendor autoload file and change {{PATH_TO_VENDOR}} with you actual path to vendor directory.
include '{{PATH_TO_VENDOR}}/autoload.php';