PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   hookr   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: hookr
Register and call action hooks and filters
Author: By
Last change:
Date: 6 years ago
Size: 510 bytes
 

Contents

Class file image Download
{ "name": "nahid/hookr", "description": "php hook system for binding any service in a action", "type": "library", "require": { "php": ">=5.6" }, "license": "MIT", "authors": [ { "name": "Nahid Bin Azhar", "email": "nahid.dns@gmail.com" } ], "minimum-stability": "dev", "autoload": { "psr-4": { "Nahid\\Hookr\\": "src/" }, "files": [ "src/helpers/hook.php" ] } }