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
- Host: GitHub
- URL: https://github.com/ghostwriter/gfm
- Owner: ghostwriter
- License: bsd-3-clause
- Created: 2024-09-26T14:58:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T04:46:17.000Z (about 1 year ago)
- Last Synced: 2025-01-27T05:54:40.355Z (about 1 year ago)
- Topics: generator, gfm, ghostwriter, github, github-flavored-markdown, markdown, parser
- Language: PHP
- Homepage: https://github.com/ghostwriter/gfm
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# `gfm` GitHub Flavored Markdown
[](https://github.com/ghostwriter/gfm/actions/workflows/automation.yml)
[](https://www.php.net/supported-versions)
[](https://github.com/sponsors/ghostwriter)
[](https://codecov.io/gh/ghostwriter/gfm)
[](https://shepherd.dev/github/ghostwriter/gfm)
[](https://psalm.dev/docs/running_psalm/error_levels)
[](https://packagist.org/packages/ghostwriter/gfm)
[](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.