Skip to content

code-pilots/helpers

Repository files navigation

symfony-command-io

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'