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

https://github.com/ghostwriter/gfm

[WIP] GitHub Flavored Markdown parser and generator for PHP
https://github.com/ghostwriter/gfm

generator gfm ghostwriter github github-flavored-markdown markdown parser

Last synced: about 1 year ago
JSON representation

[WIP] GitHub Flavored Markdown parser and generator for PHP

Awesome Lists containing this project

README

          

# `gfm` GitHub Flavored Markdown

[![Automation](https://github.com/ghostwriter/gfm/actions/workflows/automation.yml/badge.svg)](https://github.com/ghostwriter/gfm/actions/workflows/automation.yml)
[![Supported PHP Version](https://badgen.net/packagist/php/ghostwriter/gfm?color=8892bf)](https://www.php.net/supported-versions)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/ghostwriter?label=Sponsor+@ghostwriter/gfm&logo=GitHub+Sponsors)](https://github.com/sponsors/ghostwriter)
[![Code Coverage](https://codecov.io/gh/ghostwriter/gfm/branch/main/graph/badge.svg)](https://codecov.io/gh/ghostwriter/gfm)
[![Type Coverage](https://shepherd.dev/github/ghostwriter/gfm/coverage.svg)](https://shepherd.dev/github/ghostwriter/gfm)
[![Psalm Level](https://shepherd.dev/github/ghostwriter/gfm/level.svg)](https://psalm.dev/docs/running_psalm/error_levels)
[![Latest Version on Packagist](https://badgen.net/packagist/v/ghostwriter/gfm)](https://packagist.org/packages/ghostwriter/gfm)
[![Downloads](https://badgen.net/packagist/dt/ghostwriter/gfm?color=blue)](https://packagist.org/packages/ghostwriter/gfm)

GitHub Flavored Markdown parser and generator for PHP.

> [!WARNING]
>
> This project is not finished yet, work in progress.

## Installation

You can install the package via composer:

``` bash
composer require ghostwriter/gfm
```

### Star ⭐️ this repo if you find it useful

You can also star (🌟) this repo to find it easier later.

## Usage

```php
// work in progress
```

### Credits

- [Nathanael Esayeas](https://github.com/ghostwriter)
- [All Contributors](https://github.com/ghostwriter/gfm/contributors)

### Changelog

Please see [CHANGELOG.md](./CHANGELOG.md) for more information on what has changed recently.

### License

Please see [LICENSE](./LICENSE) for more information on the license that applies to this project.

### Security

Please see [SECURITY.md](./SECURITY.md) for more information on security disclosure process.