# PHP Hooks & Shortcodes

[![PHP version](https://badge.fury.io/ph/mistic100%2Fphp-hooks.svg)](http://badge.fury.io/ph/mistic100%2Fphp-hooks)
[![Build Status](https://travis-ci.org/mistic100/PHP-Hooks.svg?branch=master)](https://travis-ci.org/mistic100/PHP-Hooks)

The WordPress hooks and shortcodes system rolled in two classes to be ported into any php based system.

## Installation (composer)

```json
"mistic100/php-hooks": "dev-master"
```

## Usage

### [→ Hooks](https://github.com/mistic100/PHP-Hooks/wiki/Hooks)
### [→ Shortcodes](https://github.com/mistic100/PHP-Hooks/wiki/Shortcodes)
