2017 © Pedro Peláez
 

yii2-extension highlightjs

Yii2 Highlightjs widget

image

conquer/highlightjs

Yii2 Highlightjs widget

  • Tuesday, April 19, 2016
  • by borodulin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 142 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

Highlightjs widget for Yii2 framework

Description

Syntax highlighting for the Web, (*1)

For more information please visit Highlightjs Home Page, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

To install, either run, (*4)

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

or add, (*5)

"conquer/highlightjs": "*"

to the require section of your composer.json file., (*6)

Usage

use conquer\highlightjs\HighlightjsWidget;

= HighlightjsWidget::widget([
    'language' => 'xml',
    'content' => file_get_contents('some_xml_file.xml'),
]); ?>

License

conquer/highlightjs is released under the MIT License. See the bundled LICENSE.md for details., (*7)

The Versions

19/04 2016

dev-master

9999999-dev https://github.com/borodulin/yii2-highlightjs

Yii2 Highlightjs widget

  Sources   Download

MIT

The Requires

 

extension yii2 widget highlightjs

19/04 2016

1.0.0

1.0.0.0 https://github.com/borodulin/yii2-highlightjs

Yii2 Highlightjs widget

  Sources   Download

MIT

The Requires

 

extension yii2 widget highlightjs