fpdesigncode / wp-classes
Classes that extend WordPress components for use in Floaitng-Point plugins/sites.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
pkg:composer/fpdesigncode/wp-classes
Requires
- illuminate/config: ~5.6
- illuminate/view: ~5.6
README
Utilies for working with WordPress
Install
Add the following to your componser.json
{
"require": {
"floatingpoint/wp-classes": "^1.0"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.fpbeta.com/php/"
}
]
}
Then run
composer update
Author
👤 Floating-Point
- Twitter: @floatingpointco
Show your support
Give a ⭐️ if this project helped you!
📝 License
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator