tumtum / symfony-twig-ray
SymfonyTwigRay extends the Twig templating engine in a Symfony project by adding ray() debugging functions.
Package info
github.com/TumTum/SymfonyTwigRay
Type:symfony-bundle
pkg:composer/tumtum/symfony-twig-ray
1.1.0
2026-02-03 14:08 UTC
Requires (Dev)
README
composer require --dev tumtum/symfony-twig-ray
SymfonyTwigRay extends the Twig templating engine in a Symfony project by adding specialized debugging functions. With these functions, you can easily send variables to Ray in different color-coded highlights, making it simpler to track, analyze, and resolve potential issues in your codebase.
{{ ray() }} eq {{ dump() }}
{{ ray(variable) }} eq {{ dump(variable) }}
{{ rayGreen(variable) }}
{{ rayOrange(variable) }}
{{ rayRed(variable) }}
{{ rayPurple(variable) }}
{{ rayBlue(variable) }}
{{ rayGray(variable) }}
License
The MIT License (MIT). Please see License File for more information.