Download the PHP package derafu/markdown without Composer
On this page you can find all versions of the php package derafu/markdown. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download derafu/markdown
More information about derafu/markdown
Files in derafu/markdown
Package markdown
Short Description Derafu: Markdown - PHP Markdown Rendering Library.
License MIT
Homepage https://derafu.org/markdown
Informations about the package markdown
Derafu: Markdown - PHP Markdown Rendering Library
Derafu Markdown is a PHP library that provides a powerful Markdown rendering engine with support for advanced extensions. It leverages league/commonmark
and additional features to enhance Markdown processing for documentation, blogs, and dynamic content.
Features
- 📝 Full Markdown Support: Standard CommonMark and GitHub Flavored Markdown (GFM).
- 📚 Extended Capabilities: TOC, footnotes, mentions, permalinks, embeds, and more.
- 🎨 Custom Attributes: Add CSS classes and IDs to elements.
- 🔗 External Link Handling: Open in new tabs, add
nofollow
, etc. - 🛠 Highly Configurable: Fine-tune Markdown behavior with options.
- 📦 Easy Integration: Works standalone or within any PHP project.
- 🏷 MIT Licensed: Open-source and free to use.
Installation
Install via Composer:
Usage
Basic Rendering
Rendering with Layout
Available Extensions
✅ GitHub Flavored Markdown (GFM)
-
Task lists:
- Tables:
📌 Table of Contents (TOC)
🔗 Header Permalinks
Generates an anchor link like #important-header
.
📝 Footnotes
🏷 Custom Attributes
🔗 External Links Handling
Adds attributes like rel="noopener noreferrer"
.
📌 Mentions & Issues
Links to GitHub profiles and issues.
🎥 Embeds
Automatically embeds videos.
Advanced Configuration
You can customize the behavior of Markdown processing by passing an options array to MarkdownCreator
:
Template Metadata Support
Markdown templates can include metadata in YAML format:
Contributing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
License
This package is open-sourced software licensed under the MIT license.
Derafu Markdown simplifies integrating and configuring Markdown rendering in PHP applications, leveraging league/commonmark
with enhanced defaults. 🚀
All versions of markdown with dependencies
embed/embed Version ^4.4
league/commonmark Version ^2.6
nyholm/psr7 Version ^1.8
symfony/yaml Version ^7.2