Download the PHP package igorakaamigo/php5-tiny-bbcode without Composer
On this page you can find all versions of the php package igorakaamigo/php5-tiny-bbcode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download igorakaamigo/php5-tiny-bbcode
More information about igorakaamigo/php5-tiny-bbcode
Files in igorakaamigo/php5-tiny-bbcode
Download igorakaamigo/php5-tiny-bbcode
More information about igorakaamigo/php5-tiny-bbcode
Files in igorakaamigo/php5-tiny-bbcode
Vendor igorakaamigo
Package php5-tiny-bbcode
Short Description A tiny BBCode implementation for old PHP5.
License MIT
Package php5-tiny-bbcode
Short Description A tiny BBCode implementation for old PHP5.
License MIT
Please rate this library. Is it a good library?
Informations about the package php5-tiny-bbcode
Tiny BBCode implementation for PHP 5.4+ and HHVM
This library includes a lightweight implementation of a BBCode subset to HTML translator.
Features
- It's tiny, yep.
- PSR-4 autoloading compliant structure
- Unit-Testing with PHPUnit
- Easy to use to any framework or even a plain php file
Installation
The suggested installation method is via composer:
Usage
Supported BBCodes
- [b]Bold string[/b]
- [i]Italic string[/i]
- [u]Underline string[/u]
- [s]Strikethrough string[/s]
- [email][email protected][/email]
- [url]http://www.domain.tld[/url]
- [url="http://www.domain.tld"]Another way to render a link[/url] (quotes inside url tag are not necessary)
- [img]http://www.domain.tld/upload/image.png[/img]
- [quote]A quotation[/quote]
- [quote="Quote author"]A quotation[/quote] (quotes inside quote tag are not necessary)
- [code]A program code sample[/code]
- [size="12"]A text written using a 12px-sized font[/size] (quotes inside size tag are not necessary)
- [size="10pt"]A text written using a 10pt-sized font[/size] (quotes inside size tag are not necessary)
- [color="#33FF33"]A green text line[/color] (quotes inside color tag are not necessary)
- [table], [tr], [td] – table-related tags
- [ul], [ol], [li], [*], [list], [list=1|a|A|i|I], [list="1|a|A|i|I"] – list-related tags
[attachment] tag is not supported yet.
Contributing
Just a kata project. Anyway – if one is interested –
Fork --> modify --> pull-request
All versions of php5-tiny-bbcode with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package igorakaamigo/php5-tiny-bbcode contains the following files
Loading the files please wait ....