id: "php" aliases: - "phpcli" name: "PHP" monacoLang: php repl: | php -a input: | print 123 * 234; main: "main.php" template: |