Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/decodelabs/elementary
- Owner: decodelabs
- License: mit
- Created: 2021-03-30T09:57:48.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-06T22:51:13.000Z (about 1 year ago)
- Last Synced: 2024-04-07T02:19:45.145Z (10 months ago)
- Topics: markup, php, tag
- Language: PHP
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.