PHPackages                             conquer/highlightjs - 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. conquer/highlightjs

ActiveYii2-extension

conquer/highlightjs
===================

Yii2 Highlightjs widget

1.0.0(10y ago)0182MITPHPPHP &gt;=5.4.0

Since Apr 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/borodulin/yii2-highlightjs)[ Packagist](https://packagist.org/packages/conquer/highlightjs)[ Docs](https://github.com/borodulin/yii2-highlightjs)[ RSS](/packages/conquer-highlightjs/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Highlightjs widget for Yii2 framework
=====================================

[](#highlightjs-widget-for-yii2-framework)

Description
-----------

[](#description)

Syntax highlighting for the Web

For more information please visit [Highlightjs Home Page](https://highlightjs.org/)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

To install, either run

```
$ php composer.phar require conquer/highlightjs "*"

```

or add

```
"conquer/highlightjs": "*"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

```
use conquer\highlightjs\HighlightjsWidget;
