CLI Tools in PHP is harder
In case you’re wondering what’s easier:
1. Writing CLI tools e.g. shell scripts + zsh plugins
2. Writing CLI tools using PHP e.g. symfony/console
, PHP-CLI, etc
#2
is harder. I tried it over the weekend.
Web Performance Engineer, former Senior WordPress Developer, Stoic, Girl-Dad², Tennis Player, & Vintage Computer Tinkerer based in Albuquerque, NM
In case you’re wondering what’s easier:
1. Writing CLI tools e.g. shell scripts + zsh plugins
2. Writing CLI tools using PHP e.g. symfony/console
, PHP-CLI, etc
#2
is harder. I tried it over the weekend.