ordermind/php-helpers

Helpers for the PHP language

2.0.0 2023-08-03 14:47 UTC

This package is auto-updated.

Last update: 2025-03-03 18:24:37 UTC


README

Traits

DecoratesObjectTrait - Trait for decorators so that you do not need to manually pass on every method and property.

Functions

xrange - Memory efficient version of the native range() function

Value Objects

Integer - Positive, negative and zero value. There is also a factory available to create the right object.