Download the PHP package jbzoo/markdown without Composer
On this page you can find all versions of the php package jbzoo/markdown. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package markdown
JBZoo / Markdown
Tools to render markdown text from PHP code. This library provides a simple and fluent API for generating markdown elements programmatically, including tables with advanced formatting options.
Features
- Markdown Elements: Generate links, titles, images, badges, blockquotes, spoilers, and code blocks
- Advanced Tables: Create markdown tables with auto-indexing, custom alignments, and flexible rendering
- Type Safety: Full PHP 8.2+ compatibility with strict typing
- Fluent API: Chainable methods for intuitive table building
- Zero Dependencies: Lightweight with minimal external requirements
Requirements
- PHP 8.2 or higher
- Composer
Installing
Usage
Table Generation
Result
See Live Example
| Index | Header #1 | Header #2 | |------:|:---------:|----------:| | 999 | 123 | 456 | | 1000 | 789_1 | 9871 | | 1001 | 789_2 | |Markdown Elements
php // <?php // echo 'Hello World'; // //
Table Features
The Table class supports various advanced features:
Development
Setup
Testing
Available Make Targets
Run make help to see all available commands including:
- Code quality tools (PHPStan, Psalm, PHPCS, etc.)
- Performance testing
- Report generation
- Build tools
License
MIT
All versions of markdown with dependencies
PHP Build Version
Package Version
The package jbzoo/markdown contains the following files
Loading the files please wait ...