ouxsoft/livingmarkup

This package is abandoned and no longer maintained. No replacement package was suggested.

A Processor for Markup written in PHP. Allows extraction of Markup into a data structure, orchestrated nested manipulation of said structure, and output as (optimized) Markup.

v3.0.2 2021-02-12 04:28 UTC

This package is auto-updated.

Last update: 2021-04-24 22:21:11 UTC


README

logo.jpg

Build Status Codacy grade Codecov Documentation Status

GitHub release (latest by date) PHP Versions Supported LICENSE Total Downloads

About

A Processor for Markup based on the LHTML standard written in PHP. Allows extraction of Markup into a data structure, orchestrated manipulation of said structure, and output as (optimized) Markup.

Installation

Via Composer

LivingMarkup is available on Packagist.

Install with Composer:

composer require Ouxsoft/livingmarkup

Via Git

Install with Git:

git clone git@github.com:Ouxsoft/LivingMarkup.git

Documentation

Read our docs for usage livingmarkup.readthedocs.io.

Contributing

LivingMarkup is an open source project. If you find a problem or want to discuss new features or improvements please create an issue, and/or if possible create a pull request.

Acknowledgement

Thanks to Matthew Heroux for leading the development of LivingMarkup. Thanks to Andy Beak for providing code reviews. Thanks to Bob Crowley for providing Project Management advising. Thanks to Aswin Vijayakumar for their useful comments. Thanks to Alexander Romanovich of White Whale Web Services for his work on the free class XPHP. All of have led to changes to this implementation.