2017 © Pedro Peláez
 

library yii2wikiparser

Yii2 Creole Syntax Parser

image

philippfrenzel/yii2wikiparser

Yii2 Creole Syntax Parser

  • Saturday, June 15, 2013
  • by philippfrenzel
  • Repository
  • 0 Watchers
  • 0 Stars
  • 56 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2wikiparser

Yii2 Creole Wiki Parser, (*1)

Intro

With the help of this class you can parse TEXT to HTML-Markup, (*2)

Installation

Package is although registered at packagist.org - so you can just add one line of code, to let it run!, (*3)

"require": {
        "yiisoft/yii2": "dev-master",
        "yiisoft/yii2-composer":"dev-master",
        "philippfrenzel/yii2wikiparser":"*"
},

Usage


$WikiHtml = new yii2wikiparser(); $WikiHtml->parse($TEXT,array());

As it's ported from an historical class, the next step will be to substitute the "old" tag generators with the new ones delivered by yii2. I'm waiting for the latest yii2 release so I can upgrade!, (*4)

The Versions

15/06 2013

dev-master

9999999-dev http://www.frenzel.net/

Yii2 Creole Syntax Parser

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 yii wiki