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
Requires
- php: ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpmd/phpmd: ^2.8
- phpspec/prophecy: ^1.9
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^1.0
- phpunit/phpunit: ^9.3
- squizlabs/php_codesniffer: ^3.5
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.