https://github.com/wookieb/bbcode
Advanced bbcode parser
https://github.com/wookieb/bbcode
Last synced: 24 days ago
JSON representation
Advanced bbcode parser
- Host: GitHub
- URL: https://github.com/wookieb/bbcode
- Owner: wookieb
- License: other
- Created: 2011-05-10T20:13:42.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-07-18T09:16:05.000Z (almost 12 years ago)
- Last Synced: 2025-05-06T23:02:33.603Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 352 KB
- Stars: 13
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
BbCode parser by Wookieb - http://wookieb.pl
Install
-------
Just copy folder BBcode to your project and include main BbCode classrequire_once 'Bbcode/BbCode.php';
Documentation
-------------
Read readme.htmlExample
-------
$parser = new BbCode();
echo $parser->parse($text); // display parsed $textRun test.php