Pachira 的 Twig
github.com/green-spot/pachira-twig
主页
源代码
问题
安装: 12
依赖: 0
建议者: 0
安全: 0
星标: 0
关注者: 1
分支: 0
公开问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 8f10d4bcf92d64812604824a30c8322fc4b89ee6
This package is auto-updated.
Last update: 2024-09-15 12:30:08 UTC
$ composer require green-spot/pachira-twig $ cp -r vendor/green-spot/pachira-twig/samples/. ./
<?php get("/", function(){ twig("template.html", ["key" => "val"]); });