2017 © Pedro Peláez
 

library bbcode-parser

BBCode-to-HTML parser

image

youthweb/bbcode-parser

BBCode-to-HTML parser

  • Thursday, March 15, 2018
  • by Art4
  • Repository
  • 5 Watchers
  • 3 Stars
  • 112 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 2 % Grown

The README.md

BBCode-Parser

Latest Version Software License Build Status Coverage Status, (*1)

A BBCode-to-HTML parser for youthweb.net, (*2)

Install

Via Composer, (*3)

``` bash $ composer require youthweb/bbcode-parser, (*4)


## Usage ```php use Youthweb\BBCodeParser\Manager; $text = '[h1]Hello World![/h1] This is a [i]simple[/i] test to demonstrate the [b]BBCodeParser[/b].'; $parser = new Manager(); $config = ['parse_headlines' => true]; echo $parser->parse($text, $config); // "

Hello World!

//

This is a simple test to demonstrate the BBCodeParser., (*5)

"

Changelog

Please see CHANGELOG for more information what has changed recently., (*6)

Testing

bash $ vendor/bin/phpunit, (*7)

Contributing

Please feel free to submit bugs or to fork and sending Pull Requests., (*8)

License

GPL3. Please see License File for more information., (*9)

The Versions

15/03 2018

dev-master

9999999-dev https://github.com/youthweb/bbcode-parser

BBCode-to-HTML parser

  Sources   Download

GPL3 GPL-3.0-or-later

The Requires

 

The Development Requires

parser html bbcode youthweb

15/03 2018

1.4.1

1.4.1.0 https://github.com/youthweb/bbcode-parser

BBCode-to-HTML parser

  Sources   Download

GPL-3.0-or-later

The Requires

 

The Development Requires

parser html bbcode youthweb

14/03 2018

1.4.0

1.4.0.0 https://github.com/youthweb/bbcode-parser

BBCode-to-HTML parser

  Sources   Download

GPL-3.0-or-later

The Requires

 

The Development Requires

parser html bbcode youthweb

14/03 2018

dev-custom_visitors

dev-custom_visitors https://github.com/youthweb/bbcode-parser

BBCode-to-HTML parser

  Sources   Download

GPL-3.0-or-later

The Requires

 

The Development Requires

parser html bbcode youthweb

26/01 2018

1.3.0

1.3.0.0 https://github.com/youthweb/bbcode-parser

BBCode-to-HTML parser

  Sources   Download

GPL-3.0-or-later

The Requires

 

The Development Requires

parser html bbcode youthweb

28/10 2017
28/06 2017
06/09 2016
05/05 2016

1.0.1

1.0.1.0 https://github.com/youthweb/bbcode-parser

BBCode-to-HTML parser

  Sources   Download

GPL3

The Requires

 

The Development Requires

parser html bbcode youthweb

04/05 2016

1.0.0

1.0.0.0 https://github.com/youthweb/bbcode-parser

BBCode-to-HTML parser

  Sources   Download

GPL3

The Requires

 

The Development Requires

parser html bbcode youthweb