vi-kon/laravel-parser

Parser and Lexer for Laravel 5
353
Install
composer require vi-kon/laravel-parser
Latest Version:v2.0.1
PHP:>=5.4.0
License:MIT
Last Updated:May 3, 2016
Links: GitHub  ·  Packagist
Maintainer: vincekovacs

Parser and lexer

This package is for text parsing by custom rulesets.

Table of content

Known issues

  • markdown
    • list items are always formatted as paragraph
    • links label not accepts inner formatting options

Back to top

TODO

  • Fix incoming bugs
  • Finish documentation

Back to top

Features

  • Parse text by custom rules
  • Nesting multiple rules
  • Multiple output renderers

Base principe

TODO