ordermind/php-helpers

Helpers for the PHP language

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/ordermind/php-helpers

2.0.0 2023-08-03 14:47 UTC

This package is auto-updated.

Last update: 2025-10-01 00:16:09 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.