Libraries tagged by wordpress hooks
johnbillion/wp-parser-lib
267244 Downloads
File scanning and hook parsing functionality from WP Parser.
mjkhajeh/wporm
320 Downloads
WPORM is a lightweight, Eloquent-inspired ORM for WordPress plugins and themes. It provides expressive, fluent query building, model relationships, schema management, attribute casting, and event hooks—while fully supporting the WordPress database API and table prefixing. WPORM makes it easy to build modern, maintainable database code in any WordPress project.
rockschtar/wordpress-controller
11466 Downloads
Controller Trait for handling WordPress Hooks
pollora/hook
65 Downloads
A modern PHP package for WordPress hook (action/filter) management with callback resolution and reflection caching
piotrpress/wordpress-hooks
231 Downloads
This library uses PHP Attributes (introduced in PHP version 8.0) to automagically add/remove WordPress Hooks (Filters and Actions) to/from functions and methods.
morningtrain/wp-hooks
2251 Downloads
A system for organizing WordPress hooks
morningmedley/hook
3761 Downloads
A system for organizing WordPress hooks
malikad778/wp-hook-check
202 Downloads
Detect orphaned and unheard WordPress hooks via static analysis. No WordPress installation required.
arnaud-ritti/wp-hook
1403 Downloads
Use PHP Docblock (annotations) to register WordPress hooks, filters and shortcodes.
calvinalkan/wordpress-hook-api-clone
2044 Downloads
An exact copy of the Wordpress hook API Files, manually synced after every WP release
calvinalkan/better-wordpress-hooks
510 Downloads
A modern, laravel-like Api around the Wordpress Hook Class
boxuk/wp-hook-attributes
19708 Downloads
A mu-plugin to allow the use of PHP attributes for WordPress hooks
pop-backbone/php-hooks
1549 Downloads
A fork of PHP-Hooks, adapted to PoP - A fork of the WordPress filters hook system rolled in to a class to be ported into any PHP-based system
tombroucke/wp-fluent-hooks
48 Downloads
A small utility package that provides a modern, fluent interface for adding WordPress action and filter hooks. Chain methods to build your hooks in a more expressive and readable way.
wp-launchpad/phpunit-wp-hooks
3935 Downloads
Custom annotations to mock WP hooks for PHPUnit.