An open API service indexing awesome lists of open source software.

https://github.com/emrl/fire

A collection of useful utilities to help you quickly build WordPress plugins and themes
https://github.com/emrl/fire

plugin-development plugins-wordpress theme-development wordpress

Last synced: 5 months ago
JSON representation

A collection of useful utilities to help you quickly build WordPress plugins and themes

Awesome Lists containing this project

README

          

# Fire, a WordPress helper

Fire is a collection of useful utilities to help you quickly build plugins
and themes.

## Installation

### For PHP 8.1

`composer require emrl/fire ^4`

### For PHP 7.4
`composer require emrl/fire ^3`

## Usage

Utilities are meant to be used inside your plugin or theme's bootstrap file
(ie: `functions.php`).

[View documentation](docs/README.md)