ordermind / php-helpers
Helpers for the PHP language
2.0.0
2023-08-03 14:47 UTC
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-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.