https://github.com/thefrosty/wp-utilities
A library containing my standard development resources for bootsrapping WordPress plugins.
https://github.com/thefrosty/wp-utilities
packagist php utilities wordpress wordpress-php-library wordpress-utilities wp-utilities
Last synced: 21 days ago
JSON representation
A library containing my standard development resources for bootsrapping WordPress plugins.
- Host: GitHub
- URL: https://github.com/thefrosty/wp-utilities
- Owner: thefrosty
- Created: 2017-04-13T16:17:23.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-22T14:46:48.000Z (about 1 month ago)
- Last Synced: 2025-04-22T15:46:22.046Z (about 1 month ago)
- Topics: packagist, php, utilities, wordpress, wordpress-php-library, wordpress-utilities, wp-utilities
- Language: PHP
- Homepage: https://austin.passy.co/wordpress-plugins/
- Size: 357 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Frosty's WordPress Utilities

[]()
[](https://packagist.org/packages/thefrosty/wp-utilities)
[](https://packagist.org/packages/thefrosty/wp-utilities)
[](https://packagist.org/packages/thefrosty/wp-utilities)

[](https://codecov.io/gh/thefrosty/wp-utilities)
[](#)A library containing my standard development resources to build high quality WordPress plugins.
### Requirements
```
PHP >= 8.3
WordPress >= 6.7
```The required WordPress version will always be the most recent point release of
the previous major release branch.For both PHP and WordPress requirements, although this library may work with a
version below the required versions, they will not be supported and any
compatibility is entirely coincidental.### Installation
To install this library, use Composer:
```
composer require thefrosty/wp-utilities:^3.5
```Then follow examples in the [Plugin README](./src/Plugin/README.md)