vi-kon / laravel-parser
Parser and Lexer for Laravel 5
Installs: 353
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/vi-kon/laravel-parser
Requires
- php: >=5.4.0
- illuminate/support: ~5.0
This package is not auto-updated.
Last update: 2025-10-11 22:24:50 UTC
README
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
TODO
- Fix incoming bugs
- Finish documentation
Features
- Parse text by custom rules
- Nesting multiple rules
- Multiple output renderers
Base principe
TODO