Download the PHP package floor9design/character-humaniser without Composer
On this page you can find all versions of the php package floor9design/character-humaniser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download floor9design/character-humaniser
More information about floor9design/character-humaniser
Files in floor9design/character-humaniser
Package character-humaniser
Short Description Turns difficult strings into easy to read strings ideal for sharing
License MIT
Homepage https://github.com/floor9design-ltd/character-humaniser
Informations about the package character-humaniser
character-humaniser
A class that offers quick ways to make confusing/complex strings readable, for example passwords
Introduction
Passwords often give confusing/difficult outputs. For example: lower case l (lima) and upper case i (indigo) are similar in many fonts, and symbols such as tilde have names that are often unknown or difficult to remember.
For example:
... can be easily translated to:
Features
The CharacterHumaniser
class offers:
- array and string output for easy display
- catches unexpected characters
- ability to add your own custom definitions to undefined symbols/letters
As a bonus, there is a joke class: BadCharacterHumaniser
which does a funny but awful attempt at the same:
Install
Via Composer/packagist
Via git
Or:
Usage
This is discussed in the usage document.
- usage
Recommended
The following related class has a great password generating function:
- floor9design/test-data-generator
- Use
randomPassword()
Setup
There are no specific config setup steps required. The class should autoload in PSR-4 compliant systems. If you are using the class on its own, simply include it however is most appropriate.
Testing
Tests can be run as follows:
./vendor/phpunit/phpunit/phpunit
The following tests and also creates code coverage (usually maintained at 100%)
./vendor/phpunit/phpunit/phpunit --coverage-html docs/tests/
Static analysis/code review can be performed by using phpstan:
./vendor/bin/phpstan
Credits
Changelog
A changelog is generated here:
- Change log
License
This software is available under the MIT licence.
- License File
All versions of character-humaniser with dependencies
php Version >=7.4