https://github.com/pear/html_bbcodeparser2
A PHP5 replacement for HTML_BBCodeParser
https://github.com/pear/html_bbcodeparser2
Last synced: over 1 year ago
JSON representation
A PHP5 replacement for HTML_BBCodeParser
- Host: GitHub
- URL: https://github.com/pear/html_bbcodeparser2
- Owner: pear
- Created: 2012-05-19T05:00:22.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-02-21T13:07:16.000Z (over 12 years ago)
- Last Synced: 2025-03-24T04:12:24.518Z (over 1 year ago)
- Language: PHP
- Homepage: http://pear.php.net/HTML_BBCodeParser2
- Size: 238 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This package is http://pear.php.net/package/HTML_BBCodeParser2
Please report all new issues via the PEAR bug tracker.
If this package is marked as unmaintained and you have fixes, please submit your pull requests and start discussion on the pear-qa mailing list.
To test, run either
$ phpunit tests/
or
$ pear run-tests -r
To build, simply
$ pear package
To install from scratch
$ pear install package.xml
To upgrade
$ pear upgrade -f package.xml