Download the PHP package getpop/hooks without Composer
On this page you can find all versions of the php package getpop/hooks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package hooks
Short Description Contracts to implement hooks (filters and actions) for PoP
License GPL-2.0-or-later
Homepage https://github.com/getpop/hooks
Informations about the package hooks
PoP Hooks
Contracts to implement hooks for PoP. The concept of a “hook” is the same as in WordPress: an “action” allows executing extra functionality, and a “filter” allows to modify a value.
Install
Via Composer
Development
The source code is hosted on the PoP monorepo, under Engine/packages/hooks
.
Usage
Initialize the component:
Use it:
Architecture Design and Implementation
Hooks
PoP uses hooks (as pioneered by WordPress) everywhere, through both functions doAction
and applyFilters
as defined through interface HooksAPI
, allowing any piece of code to be overridable by any 3rd party, or be injected extra functionality. For WordPress, the implementation of the interface is trivial. Other systems can rely on packages to implement this functionality (eg: this one or this one).
PHP versions
Requirements:
- PHP 8.0+ for development
- PHP 7.1+ for production
Supported PHP features
Check the list of Supported PHP features in leoloso/PoP
Preview downgrade to PHP 7.1
Via Rector (dry-run mode):
Standards
To check the coding standards via PHP CodeSniffer, run:
To automatically fix issues, run:
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
To execute PHPUnit, run:
Static Analysis
To execute PHPStan, run:
Report issues
To report a bug or request a new feature please do it on the PoP monorepo issue tracker.
Contributing
We welcome contributions for this package on the PoP monorepo (where the source code for this package is hosted).
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Leonardo Losoviz
- All Contributors
License
GNU General Public License v2 (or later). Please see License File for more information.