radiant/radiant

A simple PHP-based syntax highlighter

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

github.com/MadCatme/Radiant

Homepage

Issues

pkg:composer/radiant/radiant

Statistics

Installs: 247

Dependents: 1

Suggesters: 0

Stars: 0

dev-master 2012-10-22 18:49 UTC

This package is not auto-updated.

Last update: 2024-02-17 09:31:25 UTC


README

Build Status

Radiant is a simple syntax highlighter based on PHP.

It is based on Nijikodo by Clint Campbell.

Supported Languages

  • PHP
  • JavaScript
  • HTML
  • CSS

Feel free to add more and send me a pull request!

Usage

$code = 'echo $foo;';
echo \Radiant\Parser::transform('php', $code);