PHPackages                             krypton/hooks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. krypton/hooks

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

krypton/hooks
=============

A hook system for PHP

0.0.1-alpha(2y ago)01GPL-3.0PHPPHP &gt;=8.0.0

Since Jun 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/taranjeet2022/hooks)[ Packagist](https://packagist.org/packages/krypton/hooks)[ Docs](http://github.com/taranjeet2022/hooks/)[ RSS](/packages/krypton-hooks/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Hooks
=====

[](#hooks)

The PHP Hooks Class is a fork of the WordPress filters hook system rolled in to a class to be ported into any php based system

- This class is heavily based on the WordPress plugin API and most (if not all) of the code comes from there.

How to install?
===============

[](#how-to-install)

```
composer require krypton/hooks
```

How to use?
===========

[](#how-to-use)

We start with a simple example ...

```
