pygments / pygments
Syntax highlighter bridge for pygments
1.0.0
2014-10-10 10:52 UTC
Requires
- php: >=5.5.9
Requires (Dev)
- phpunit/phpunit: 4.3.*
This package is auto-updated.
Last update: 2024-12-29 04:32:10 UTC
README
PHP Server side syntax highlighter based on Pygments highlighter software.
Installation:
To use this plugin you need pygments in your server:
sudo apt-get python-pygments
That's all. Now you can download the plugin via Composer or as independent library and use it.
Usage
$code = file_get_contents("test.js"); echo Pygmentize::format($code, "js");