Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.23 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.23 KB

PHP Tools

GitHub release GitHub repo size Codacy Badge GitHub

Requirements

  • PHP v.7.2+

Tools

Pretty

Pretty/Unpretty JSON

Prime

Is a number prime ?

Range

Ask a range

Column

Convert column name to int (A --> 1, AA --> 27, ...)

Ask

Test of interactive prompt

Shell

Test of interactive prompt as shell (with a list of commands)

Sanitize

Replace UTF-8 characters with their equivalents ASCII characters

Aliases

Aliases for direct use in shell (Linux/Mac)

	alias pretty='./path/to/dir/bin/pretty.php '
	alias unpretty='./path/to/dir/bin/pretty.php -u '
	alias prime='./path/to/dir/bin/prime.php '
	alias range='./path/to/dir/bin/range.php '
	alias ask='./path/to/dir/bin/ask.php'
	alias shell='./path/to/dir/bin/shell.php'
	alias sanitize='./path/to/dir/bin/sanitize'