iis / library
Useful helpers for WordPress themes
Installs: 6 475
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- ext-curl: *
- ext-dom: *
- ext-json: *
- ext-libxml: *
- composer/installers: ~1.0|~2.0
Requires (Dev)
- 10up/wp_mock: ^1.0.0
- dealerdirect/phpcodesniffer-composer-installer: ^1.0.0
- phpunit/phpunit: ^9.6
- squizlabs/php_codesniffer: 3.*
- wp-coding-standards/wpcs: ^3.0.0
- dev-master
- v4.5.6
- v4.5.5
- v4.5.4
- v4.5.3
- v4.5.2
- v4.5.1
- v4.5.0
- v4.4.9
- v4.4.8
- v4.4.7
- v4.4.6
- v4.4.5
- v4.4.4
- v4.4.3
- v4.4.2
- v4.4.1
- v4.4.0
- v4.3.2
- v4.3.1
- v4.3.0
- v4.2.3
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.12
- v4.0.11
- v4.0.10
- v4.0.9
- v4.0.8
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.1.0
- v3.0.0
- v2.1.0
- v2.0.2
- v2.0.1
- v2.0.0
- v1.11.3
- v1.11.2
- v1.11.1
- v1.11.0
- v1.10.5
- v1.10.4
- v1.10.3
- v1.10.2
- v1.10.1
- v1.10.0
- v1.9.1
- v1.9.0
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.1
- v1.7.0
- v1.6.1
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.1
- v1.1.0
- v1.0.0
- dev-develop
This package is auto-updated.
Last update: 2025-03-25 12:36:42 UTC
README
Useful helpers for WordPress theme development
Install
composer require iis/library
Usage
The helper functions are autoloaded with composer so you can use them without any additional setup. Read the documentation to get started.
Contribution
Make sure you add tests for all helpers and also that you lint the code to make sure that it follows the IIS Coding Conventions