Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kokspflanze/zfcbbcode
Zendframework Module to convert BBCode to HTML
https://github.com/kokspflanze/zfcbbcode
bbcode composer php zend-framework zend-validator
Last synced: 22 days ago
JSON representation
Zendframework Module to convert BBCode to HTML
- Host: GitHub
- URL: https://github.com/kokspflanze/zfcbbcode
- Owner: kokspflanze
- License: mit
- Created: 2015-02-01T16:46:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T14:37:52.000Z (about 3 years ago)
- Last Synced: 2024-12-15T05:48:01.963Z (about 2 months ago)
- Topics: bbcode, composer, php, zend-framework, zend-validator
- Language: PHP
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZfcBBCode
Zendframework Module to convert BBCode to HTMLMaster
[![Build Status](https://travis-ci.org/kokspflanze/ZfcBBCode.svg?branch=master)](https://travis-ci.org/kokspflanze/ZfcBBCode?branch=master)
[![Coverage Status](https://coveralls.io/repos/kokspflanze/ZfcBBCode/badge.svg?branch=master)](https://coveralls.io/r/kokspflanze/ZfcBBCode?branch=master)## SYSTEM REQUIREMENTS
requires PHP 7.1 or later.
## INSTALLATION
Installation of this module uses composer. For composer documentation, please refer to
[getcomposer.org](http://getcomposer.org/).```sh
php composer.phar require kokspflanze/zfc-bbcode
```Then add `ZfcBBCode` to your `config/application.config.php`.
Installation without composer is not officially supported and requires you to manually install all dependencies
that are listed in `composer.json`## HTML-BBCode-Editor
We recommend to use [www.sceditor.com](https://www.sceditor.com).
## Feature
- ViewHelper
```php
= $this->bbCodeParser('foobar') ?>
```- ValidatorClass => `[ZfcBBCode\Validator\BBCodeValid](https://github.com/kokspflanze/ZfcBBCode/blob/master/src/ZfcBBCode/Validator/BBCodeValid.php)`