2017 © Pedro Peláez
 

library koara-html

Koara to Html parser written in PHP

image

koara/koara-html

Koara to Html parser written in PHP

  • Monday, February 26, 2018
  • by codeaddslife
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Koara, (*1)

Build Status Coverage Status Latest Version License, (*2)

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., (*3)

Getting started

  • Download ZIP file
  • Composer, (*4)

    bash $ composer require koara/koara-html, (*5)

Usage

parse("Hello World!"); 
$renderer = new Html5Renderer();
$result->accept($renderer);
echo $renderer->getOutput();

?>

Configuration

You can configure the Renderer: - $renderer.setHardWrap($hardWrap)
Default: false, (*6)

Specify if newlines should be hard-wrapped (return-based linebreaks) by default., (*7)

  • $renderer.setPartial(boolean partial)
    Default: true, (*8)

    When false, the output will be wrapped with a <html> and <body> tag to make a complete Html document., (*9)

The Versions

26/02 2018

dev-master

9999999-dev https://github.com/koara/koara-php

Koara to Html parser written in PHP

  Sources   Download

Apache-2.0 Apache 2.0

The Requires

 

The Development Requires

by Andy Van Den Heuvel

koara

26/12 2016

0.14.0

0.14.0.0 https://github.com/koara/koara-php

Koara to Html parser written in PHP

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

by Andy Van Den Heuvel

koara

13/08 2016

0.13.0

0.13.0.0 https://github.com/koara/koara-php

Koara to Html parser written in PHP

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

by Andy Van Den Heuvel

koara

27/04 2016

0.11.0

0.11.0.0 https://github.com/koara/koara-php

Koara to Html parser written in PHP

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

by Andy Van Den Heuvel

koara

08/04 2016

0.10.0

0.10.0.0 https://github.com/koara/koara-php

Koara to Html parser written in PHP

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

by Andy Van Den Heuvel

koara

29/02 2016

0.9.3

0.9.3.0 https://github.com/koara/koara-php

Koara to Html parser written in PHP

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

by Andy Van Den Heuvel

koara

26/02 2016

0.9.1

0.9.1.0 https://github.com/koara/koara-php

Koara to Html parser written in PHP

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

by Andy Van Den Heuvel

koara