Skip to content

Denman-Digital/wp-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp-utils

PHP utilities for WordPress development.

Note: Starting in v2.0.0, the Namespace is versioned and will be updating with minor releases

Usage

Either download and include manually, or merge the appropriate required version from the following into your composer.json:

{
	"require": {
		// "denman-digital/wp-utils": "^1.0" // PHP 5.6+
		// "denman-digital/wp-utils": "^1.1" // PHP 7.4+
		"denman-digital/wp-utils": "^2.0" // PHP 8.1+
	},
	"repositories": [
		{
			"type": "vcs",
			"url": "https://github.com/Denman-Digital/wp-utils"
		}
	]
}