zibings / zsf-cli
Collection of utility scripts for use alongside ZSF
1.3.1
2025-06-11 23:38 UTC
Requires
- php: >=8.3
- ext-ctype: *
- ext-json: *
- ext-pdo: *
- andym84/config: ^1.3
- stoic/io: ^1.3
- stoic/pdo: ^1.3
- stoic/stoic: ^1.3
- stoic/web: ^1.3
Requires (Dev)
- jimbojsb/pseudo: dev-AndyM84-8_3
- phpunit/phpunit: ^10
README
Collection of scripts/helpers for ZSF.
Contributing: Adding New Script
- Create a new script in the
scripts
directory, e.g.scripts/new_script.script.php
. - Create class in new script file, making sure to implement the
ZsfCliScript
interface. - Add the script to the repository's
composer.json
file in theautoload.files
section.