Download the PHP package koara/koara-html without Composer
On this page you can find all versions of the php package koara/koara-html. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download koara/koara-html
More information about koara/koara-html
Files in koara/koara-html
Download koara/koara-html
More information about koara/koara-html
Files in koara/koara-html
Vendor koara
Package koara-html
Short Description Koara to Html parser written in PHP
License Apache 2.0
Homepage https://github.com/koara/koara-php
Package koara-html
Short Description Koara to Html parser written in PHP
License Apache 2.0
Homepage https://github.com/koara/koara-php
Keywords koara
Please rate this library. Is it a good library?
Informations about the package koara-html
Koara-php-html
Koara is a modular lightweight markup language. This project can render the koara AST to Html in php.
The AST is created by the core koara parser.
Getting started
- Download ZIP file
- Composer
Usage
Configuration
You can configure the Renderer:
-
$renderer.setHardWrap($hardWrap)
Default:false
Specify if newlines should be hard-wrapped (return-based linebreaks) by default.
-
$renderer.setPartial(boolean partial)
Default:true
When false, the output will be wrapped with a
<html>
and<body>
tag to make a complete Html document.
All versions of koara-html with dependencies
PHP Build Version
Package Version
The package koara/koara-html contains the following files
Loading the files please wait ....