PHP Package: jasny/twig-extensions

Jasny's Twig Extensions provide useful functions and filters for Twig template engine.

Current Version: 1.3.0
Last Updated: 2020-10-08
PHP Requirement: >=7.0.0
Dependencies:
twig/twig
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.3.0

Download Download v1.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.