PHPackages                             adiog/syntax-highlight-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. adiog/syntax-highlight-bundle

ActiveSymfony-bundle

adiog/syntax-highlight-bundle
=============================

Symfony Syntax Highlight Bundle

0.9.1beta(13y ago)0231MITCSSPHP &gt;=5.3.3

Since Apr 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/adiog/syntax-highlight-bundle)[ Packagist](https://packagist.org/packages/adiog/syntax-highlight-bundle)[ Docs](https://github.com/raindropdevs)[ RSS](/packages/adiog-syntax-highlight-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

\#SyntaxHighlightBundle

The package encapsulates into Symfony/composer bundle following Syntax Highlighter

```
SyntaxHighlighter
version 3.0.83 (July 02 2010)
http://alexgorbatchev.com/SyntaxHighlighter
JavaScript code syntax highlighter.
Copyright 2004-2010 Alex Gorbatchev.

```

### **INSTALLATION**:

[](#installation)

First add the dependency to your `composer.json` file:

```
"require": {
    ...
    "adiog/syntax-highlight-bundle": "dev-master"
},

```

Then install the bundle with the command:

```
php composer.phar update

```

Enable the bundle in your application kernel:

```
