juniora/highlight

Fast, extensible, server-side code highlighting

Maintainers

Package info

github.com/JunioraTeam/highlight

pkg:composer/juniora/highlight

Fund package maintenance!

brendt

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 1

2.11.0 2024-08-28 15:27 UTC

This package is not auto-updated.

Last update: 2026-02-25 22:43:02 UTC


README

Coverage Status

Quickstart

composer require juniora/highlight

Highlight code like this:

$highlighter = new \Tempest\Highlight\Highlighter();

$code = $highlighter->parse($code, 'php');

Continue reading in the docs: https://tempestphp.com/docs/highlight/01-getting-started.