wp-forge/helpers
A collection of helpers for WordPress and PHP development.
2.0.1
321K downloads/mo
#4415 most downloaded on Packagist
wp-forge/helpers
What this package is like to depend on
Last release 10 months ago
24 Oct 2025
Release timing varies
gaps range from 6 months to 3.8 years
Most releases are documented
notes for 4 of 5 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
5 releases · first in 2020
1 release in the last 12 months
see the full history below
Release timeline
5 releases · Mar 2020 to Oct 2025Releases
latest 5-
2.0.124 Oct 2025Release notes
Open source →What's Changed
- fix second parameter type passed to the http_build_query function by @crodriguezbrito in #2
- Fix nullable deprecated warnings by @crodriguezbrito in #1
New Contributors
- @crodriguezbrito made their first contribution in #2
Full Changelog: 2.0...2.0.1
-
1.1.115 Jul 2021 -
1.1.015 Jul 2021 -
2.006 Jan 2022Release notes
Open source →Introduced a breaking change to the
data_get()anddata_set()functions. They are now name-spaced and use camel-case:<?php use function \WP_Forge\Helpers\dataGet; use function \WP_Forge\Helpers\dataSet;
-
1.016 Mar 2020Nothing published for this version