PHPackages                             jenryollivierre/php-application-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. jenryollivierre/php-application-hooks

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

jenryollivierre/php-application-hooks
=====================================

PHP Application Hooks is a lightweight standalone package that lets you control when and where code can be executed within your application.

v2.0.0(7y ago)123MITPHPPHP ^7.0

Since Aug 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/JenryOllivierre/PHP-Application-Hooks)[ Packagist](https://packagist.org/packages/jenryollivierre/php-application-hooks)[ RSS](/packages/jenryollivierre-php-application-hooks/feed)WikiDiscussions master Synced yesterday

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

PHP Application Hooks
=====================

[](#php-application-hooks)

Introduction
------------

[](#introduction)

PHP Application Hooks is a lightweight standalone package that lets you control when and where specific blocks of code can be executed within your application.

Installation
------------

[](#installation)

install via composer with `composer require "jenryollivierre/php-application-hooks": "2.0.*"` or simply download from [github](https://github.com/JenryOllivierre/PHP-Application-Hooks)

How To Use
----------

[](#how-to-use)

Get things started by creating an instance that can be accessed globally.

```
