PHPLighter
Categories
Component ID
1974410
Component name
PHPLighter
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
345
Component created
Component changed
Component body
This module is a re-implementation of codefilter using the library PHPLighter.
The main differences between codefilter and this module are:
- CodeFilter uses embed styles to highlight syntax. PHPLighter uses spans with clases and CSS.
- CodeFilter only have one theme and is hard to customize. PHPLighter allows to use different styles using CSS.
- CodeFilter uses highlight_string() that only a fixed number of elements. PHPLighter provides a class that map the elements and detects some PHPDoc tags like @author, @category, etc.
Read more at: https://github.com/brandonwamboldt/phplighter
Before install this module make sure to read the instalation instructions. An extra open source library is needed to use this module.
