/home/edulekha/crm.edulekha.com/application/vendor/bainternet/php-hooks/composer.json
{
    "name": "bainternet/php-hooks",
    "description": "A fork of the WordPress filters hook system rolled in to a class to be ported into any PHP-based system",
    "keywords": ["hooks", "actions", "filters"],
    "homepage": "http://bainternet.github.io/PHP-Hooks/",
    "type": "library",
    "license": "GPL-3.0",
    "authors": [
        {
            "name": "Ohad Raz",
            "homepage": "https://en.bainternet.info/"
        }
    ],
    "support": {
        "issues": "https://github.com/bainternet/PHP-Hooks/issues"
    },
    "autoload":{
        "files": ["php-hooks.php"]
    }
}