clue/arguments
clue/arguments is a small PHP utility to parse and handle command-line arguments. It helps normalize argv, split options and values, and access flags and parameters easily—useful for building simple CLI tools without pulling in a full console framework.
The simple way to split your command line string into an array of command arguments in PHP.
How can I help you explore Laravel packages today?