Registry / utility / geshi-geshi

geshi-geshi

JSON →
library1.0.9.1phppackagistunverified

Generic Syntax Highlighter for PHP, supporting many programming languages.

composer require geshi/geshi
INSTALL
IMPORT
SIG · GESHI-GESHI
G
geshi-geshi
utilityphpv1.0.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GeSHi
use GeSHi\GeSHi;

Highlight PHP source code.

use GeSHi\GeSHi; $source = '<?php echo "Hello World"; ?>'; $geshi = new GeSHi($source, 'php'); echo $geshi->parse_code();
Debug
Known issues
gotchaGeSHi is no longer actively maintained; consider alternatives like highlight.js or Prism.
fix
Migrate to a modern syntax highlighter.
affects: >=1.0.0
Upgrade
Version history
1.0.9.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
geshi-geshi — pip install geshi-geshi · libregistry