Zing. compile-to-PHP template engine GitHub ↗

Raw PHP

Use @php insert raw PHP into a template:

@php
    $total = array_sum($prices);
@endphp

The block compiles to PHP tags.