2017 © Pedro Peláez
 

library koara

Koara parser written in PHP

image

koara/koara

Koara parser written in PHP

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

The README.md

Koara, (*1)

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

Koara-php

Koara is a modular lightweight markup language. This project is the core koara parser written in PHP.
If you are interested in converting koara to a specific outputFormat, please look the Related Projects section., (*3)

Getting started

  • Download ZIP file
  • Composer, (*4)

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

Usage

parse("Hello World!"); // parse a string
$result2 = $parser->parseFile('hello.kd'); // parse a file

?>

Configuration

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

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

  • setModules($modules)
    Default: array("paragraphs", "headings", "lists", "links", "images", "formatting", "blockquotes", "code"), (*8)

    Specify which parts of the syntax are allowed to be parsed. The rest will render as plain text., (*9)

The Versions

26/02 2018

dev-master

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

Koara parser written in PHP

  Sources   Download

Apache-2.0 Apache 2.0

The Requires

  • php >=5.4.0

 

The Development Requires

by Andy Van Den Heuvel

koara

06/06 2017

0.15.0

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

Koara parser written in PHP

  Sources   Download

Apache 2.0

The Requires

  • php >=5.4.0

 

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 parser written in PHP

  Sources   Download

Apache 2.0

The Requires

  • php >=5.4.0

 

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 parser written in PHP

  Sources   Download

Apache 2.0

The Requires

  • php >=5.4.0

 

The Development Requires

by Andy Van Den Heuvel

koara

20/06 2016

0.12.0

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

Koara parser written in PHP

  Sources   Download

Apache 2.0

The Requires

  • php >=5.4.0

 

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 parser written in PHP

  Sources   Download

Apache 2.0

The Requires

  • php >=5.4.0

 

The Development Requires

by Andy Van Den Heuvel

koara

13/04 2016

0.10.0

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

Koara parser written in PHP

  Sources   Download

Apache 2.0

The Requires

  • php >=5.4.0

 

The Development Requires

by Andy Van Den Heuvel

koara

26/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

  • php >=5.4.0

 

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

  • php >=5.4.0

 

The Development Requires

by Andy Van Den Heuvel

koara