Download the PHP package forti/bbcode without Composer
On this page you can find all versions of the php package forti/bbcode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor forti
Package bbcode
Short Description BBcode bundle
License MIT
Homepage https://github.com/Fortidude/bbcode
Package bbcode
Short Description BBcode bundle
License MIT
Homepage https://github.com/Fortidude/bbcode
Keywords bbcode
Please rate this library. Is it a good library?
Informations about the package bbcode
bbcode
bbcode parser Bundle for Symfony framework
@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:
Composer update
app/AppKernel.php:
and that's it! Now you can use bbcode twig extension in you view:
All versions of bbcode with dependencies
PHP Build Version
Package Version
The package forti/bbcode contains the following files
Loading the files please wait ....