Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 532 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 532 Bytes

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'