PHP Package: jasny/twig-extensions
Jasny's Twig Extensions provide useful functions and filters for Twig template engine.
Package Description
Jasny's Twig Extensions is a versatile library enhancing the functionality of Twig. It offers a wide range of filters and functions for easier template manipulation. This library simplifies common tasks and boosts productivity in PHP projects utilizing Twig templating.
Download Latest Version: 1.3.0

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/jasny/twig-extensions/1.3.0/loader.php';
require_once 'libs/twig/twig/{lib_version}/loader.php';
use Jasny\TwigExtensions\Extension\SomeClass;
$obj = new SomeClass();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.