dev-master
9999999-devA simple command-line helper functions built for developers.
MIT
The Requires
by Jundelle Boyles
v0.0.1
0.0.1.0A simple command-line helper functions built for developers.
MIT
The Requires
by Jundelle Boyles
Wallogit.com
2017 © Pedro Peláez
A simple command-line helper functions built for developers.
A simple command-line helper functions built for developers. This package uses the following libraries:, (*2)
composer global require jundelleb/php-console-helper~/.composer/vendor/bin directory (or the equivalent directory for your OS) in your PATH so the pch executable can be located by your system.Faker (faker)Converter(convert)Generate random name: pch faker name, (*3)
Output: Isom Medhurst
Generate a sentence with 10 words: pch faker sentence --params=10, (*4)
Output: Aut qui et eum itaque voluptatibus qui rem sit blanditiis.
Please visit Faker for complete lists of available formatters., (*5)
Convert input string to md5: pch convert:md5 test, (*6)
Output: 098f6bcd4621d373cade4e832627b4f6
Convert input string to base64 encoded: pch convert:base64 test, (*7)
Output: dGVzdA==
Decode base64 encoded string: pch convert:base64 dGVzdA== --decode, (*8)
Output: test
Enjoy! :), (*9)
A simple command-line helper functions built for developers.
MIT
A simple command-line helper functions built for developers.
MIT