A bit of PHP 7.4/8.0 cleanup
Refactor long array() syntax to short [] Since app is using PHP 5.4+ already, the longer `array()` syntax can be refactored to shorter `[]`.
Add missing space
Be more verbose about current github user
fix typo
Add script to create GitHub repos following php.net best practices