code-pilots/helpers

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

Installs: 2 446

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

pkg:composer/code-pilots/helpers

1.0.0 2022-11-28 23:31 UTC

This package is auto-updated.

Last update: 2025-10-29 03:33:35 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'