code-pilots/helpers

PHP library of useful functions and classes preferred to use in company in place of alternative solutions

1.0.0 2022-11-28 23:31 UTC

This package is auto-updated.

Last update: 2024-04-29 04:54:11 UTC


README

Helper functions and classes

Installation

Install the latest version with

$ composer require code-pilots/helpers

Functions

arrayRandValue

arrayRandValues

randomString

randomDigital

iterableChunks

isInitialized

declationsOfNumber

For contributors

Run tests

Exec: ./vendor/bin/phpunit

Run lint

Exec phpstan: ./vendor/bin/phpstan analyse src tests

Exec psalm: ./vendor/bin/psalm

Exec php-cs-fixer: './vendor/bin/php-cs-fixer fix --verbose'