Installation
Requirements
- PHP 8.1+
- wpzylos/core ^1.0
Installing via Composer
composer require wpzylos/hooks
Dependencies
| Package | Purpose |
|---|---|
| wpzylos/core | ContextInterface for prefixing |
Usage with Service Provider
use WPZylos\Framework\Hooks\HookServiceProvider;
$app->register(new HookServiceProvider());
Development Installation
git clone https://github.com/KYNetCode/wpzylos-hooks.git
cd wpzylos-hooks
composer install
composer test