Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wookieb/bbcode
Advanced bbcode parser
https://github.com/wookieb/bbcode
Last synced: about 2 months 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-18T09:16:05.000Z (over 11 years ago)
- Last Synced: 2023-03-11T23:52:41.464Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 352 KB
- Stars: 14
- Watchers: 7
- 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