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
- Host: GitHub
- URL: https://github.com/emrl/fire
- Owner: EMRL
- License: mit
- Created: 2015-08-31T22:35:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T17:54:03.000Z (about 1 year ago)
- Last Synced: 2024-12-15T22:33:04.578Z (about 1 year ago)
- Topics: plugin-development, plugins-wordpress, theme-development, wordpress
- Language: PHP
- Homepage: https://emrl.github.io/fire/
- Size: 451 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)