#!/usr/bin/env php $name, '{{LABEL}}' => $label, '{{DESCRIPTION}}' => $description, '{{REGISTER_FUNCTION}}' => $register_function, '{{NAMESPACE}}' => $namespace, ]; // Replace placeholders $output = str_replace(array_keys($placeholders), array_values($placeholders), $template); // Output the result echo $output; exit(0);