PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP WordPress Hooks and Filters   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP WordPress Hooks and Filters
Handle and triggers actions like WordPress
Author: By
Last change: Update of composer.json
Date: 1 year ago
Size: 865 bytes
 

Contents

Class file image Download
{ "name": "voku/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": [ "hook-system", "filters-system", "hooks", "actions", "filters" ], "type": "library", "homepage": "http://github.com/voku/php-hooks/", "license": "GPL-3.0", "authors": [ { "name": "Ohad Raz", "homepage": "https://github.com/bainternet", "role": "Developer" }, { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/", "role": "Developer" } ], "support": { "issues": "https://github.com/voku/php-hooks/issues" }, "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "~6.0" }, "autoload": { "psr-4": { "voku\\helper\\": "src/voku/helper/" } } }