green-spot/pachira-twig

v0.1.0 2022-12-15 08:44 UTC

This package is auto-updated.

Last update: 2024-05-15 11:38:14 UTC


README

$ composer require green-spot/pachira-twig
$ cp -r vendor/green-spot/pachira-twig/samples/. ./
<?php

get("/", function(){
  twig("template.html", ["key" => "val"]);
});