├── README.md ├── composer.json ├── src └── gburtini │ └── Hooks │ ├── Hooks.php │ └── Plugins.php └── tests └── test_hook.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gburtini/PHP-Hooks-System/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gburtini/PHP-Hooks-System/HEAD/composer.json -------------------------------------------------------------------------------- /src/gburtini/Hooks/Hooks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gburtini/PHP-Hooks-System/HEAD/src/gburtini/Hooks/Hooks.php -------------------------------------------------------------------------------- /src/gburtini/Hooks/Plugins.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gburtini/PHP-Hooks-System/HEAD/src/gburtini/Hooks/Plugins.php -------------------------------------------------------------------------------- /tests/test_hook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gburtini/PHP-Hooks-System/HEAD/tests/test_hook.php --------------------------------------------------------------------------------