szepeviktor / toolkit4wp
This package is abandoned and no longer maintained.
The author suggests using the szepeviktor/sentencepress package instead.
OOP toolkit for daily tasks in WordPress development.
v1.0.0
2022-01-10 17:20 UTC
Requires
- php: >=7.1
Requires (Dev)
This package is auto-updated.
Last update: 2023-03-19 01:28:41 UTC
README
⚠️ this repository is being moved to https://github.com/szepeviktor/SentencePress
list of everything for WordPress starts here: https://github.com/szepeviktor/wordpress-website-lifecycle
Toolkit for WordPress
These tools are recommended for use in agency-type projects where you have full control over the development and installation environment.
Recommended packages
- iron-bound-designs/psr-14-wp PSR-14 implementation for WordPress.
- inpsyde/wp-events PSR-14 compliant wrapper.
- szepeviktor/persistent-admin-notices Persistent admin notices for WordPress.
- szepeviktor/acf-get Strongly typed Advanced Custom Fields get_field function variants.
- timothyjensen/acf-field-group-values Retrieve all post meta, term meta, user meta, and option values for the specified ACF field group.
- sandhillsdevelopment/claws Build standardized SQL clauses.
- decodelabs/tagged PHP markup generation without the fuss
- dantleech/invoke Utility class to create new classes or invoke methods using named arguments.
- lstrojny/functional-php Functional primitives for PHP
- phpoption/phpoption Option Type for PHP
- o/wp-context Utilities for determining the current context of a request.