Skip to content

5. Execution

Gurdeep Singh (Guru) edited this page Jul 12, 2024 · 2 revisions

Via git

You can either execute the index.php or via the shell command that points to index.php.

php index.php {command} argument1 argument2 ...
./hibp {command} argument1 argument2 ...

Via composer

vendor/bin/hibp {command} argument1 argument2 ...

Arguments

Arguments format is --argument_name=argument_value

./hibp download --type=ntlm --compress=true --async=100 ...

Note: Arguments can be provided in any order.

Clone this wiki locally