Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/decodelabs/elementary

Shared base markup handling library for PHP
https://github.com/decodelabs/elementary

markup php tag

Last synced: 17 days ago
JSON representation

Shared base markup handling library for PHP

Awesome Lists containing this project

README

        

# Elementary

[![PHP from Packagist](https://img.shields.io/packagist/php-v/decodelabs/elementary?style=flat)](https://packagist.org/packages/decodelabs/elementary)
[![Latest Version](https://img.shields.io/packagist/v/decodelabs/elementary.svg?style=flat)](https://packagist.org/packages/decodelabs/elementary)
[![Total Downloads](https://img.shields.io/packagist/dt/decodelabs/elementary.svg?style=flat)](https://packagist.org/packages/decodelabs/elementary)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/decodelabs/elementary/integrate.yml?branch=develop)](https://github.com/decodelabs/elementary/actions/workflows/integrate.yml)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-44CC11.svg?longCache=true&style=flat)](https://github.com/phpstan/phpstan)
[![License](https://img.shields.io/packagist/l/decodelabs/elementary?style=flat)](https://packagist.org/packages/decodelabs/elementary)

### Shared base markup handling library for PHP.

Elementary is a middleware library designed to provide tools for building tag-base manipulation systems.

_Get news and updates on the [DecodeLabs blog](https://blog.decodelabs.com)._

---

## Installation

```bash
composer require decodelabs/elementary
```

## Usage

This library should be used as the basis for _other_ markup / tag handling libraries, and is not intended for direct end-user interaction.

Other Decode Labs packages using this library:

- [**Tagged** - HTML generator](https://github.com/decodelabs/tagged)
- [**Exemplar** - XML manipulator](https://github.com/decodelabs/exemplar)

## Licensing
Elementary is licensed under the MIT License. See [LICENSE](./LICENSE) for the full license text.