2017 © Pedro Peláez
 

symfony-bundle bbcode

BBcode bundle

image

forti/bbcode

BBcode bundle

  • Saturday, March 26, 2016
  • by Fortidude
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

bbcode

bbcode parser Bundle for Symfony framework, (*1)

@TODO:

  • documentation (!)
  • app/config.yml as configuration file - turn off tags / change size of youtube iframe etc.
  • more and improve the quality of tests (!)

works:

  • Bold [b]..[/b] *
  • Italic [i]..[/i] *
  • Underline ([u]..[/u] - span style
  • Colors [color=(black/#cccccc)]..[/color] - span style
  • URL [url=(http..) target=(_blank/etc)]...[/url] (target is optional)
  • video [youtube]youtube-link[/youtube]
  • image img[/img]

Instalation:

composer.json:, (*2)

"require": {
        "forti/bbcode": "v1.0.x"
},
    "repositories": [
        {
            "type": "git",
            "url": "git@github.com:Fortidude/bbcode.git"
        }],

Composer update, (*3)

$ composer update

app/AppKernel.php:, (*4)

public function registerBundles()
    {
        $bundles = array(
        //...
                new Forti\bbcode\FortiBbcodeBundle(),
        //...
    }

and that's it! Now you can use bbcode twig extension in you view:, (*5)

    {{ variable|bbcode }}

The Versions

26/03 2016

dev-master

9999999-dev https://github.com/Fortidude/bbcode

BBcode bundle

  Sources   Download

MIT

The Requires

 

by Artur Schroeder

bbcode

26/03 2016

v1.0.5

1.0.5.0 https://github.com/Fortidude/bbcode

BBcode bundle

  Sources   Download

MIT

The Requires

 

by Artur Schroeder

bbcode

26/03 2016

v1.0.4

1.0.4.0 https://github.com/Fortidude/bbcode

BBcode bundle

  Sources   Download

MIT

The Requires

 

by Artur Schroeder

bbcode

03/03 2016

v1.0.3

1.0.3.0 https://github.com/Fortidude/bbcode

BBcode bundle

  Sources   Download

MIT

The Requires

 

by Artur Schroeder

bbcode

16/01 2016

v1.0.2

1.0.2.0 https://github.com/Fortidude/bbcode

BBcode bundle

  Sources   Download

MIT

The Requires

 

by Artur Schroeder

bbcode

01/01 2016

v1.0.1

1.0.1.0 https://github.com/Fortidude/bbcode

BBcode bundle

  Sources   Download

MIT

The Requires

 

by Artur Schroeder

bbcode

01/01 2016

dev-develop

dev-develop https://github.com/Fortidude/bbcode

BBcode bundle

  Sources   Download

MIT

The Requires

 

by Artur Schroeder

bbcode

01/01 2016

v1.0.0

1.0.0.0 https://github.com/Fortidude/bbcode

BBcode bundle

  Sources   Download

MIT

The Requires

 

by Artur Schroeder

bbcode