Download the PHP package becklyn/mobiledoc without Composer
On this page you can find all versions of the php package becklyn/mobiledoc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download becklyn/mobiledoc
More information about becklyn/mobiledoc
Files in becklyn/mobiledoc
Download becklyn/mobiledoc
More information about becklyn/mobiledoc
Files in becklyn/mobiledoc
Vendor becklyn
Package mobiledoc
Short Description A PHP-based renderer for the mobiledoc format.
License BSD-3-Clause
Homepage https://github.com/Becklyn/mobiledoc-php
Package mobiledoc
Short Description A PHP-based renderer for the mobiledoc format.
License BSD-3-Clause
Homepage https://github.com/Becklyn/mobiledoc-php
Please rate this library. Is it a good library?
Informations about the package mobiledoc
Mobiledoc PHP
A PHP-based renderer for the mobiledoc format.
Rendering Mobiledoc
Registering Extensions
Your extension must extend RichTextExtensionInterface
. Cards and Atoms are both handled universally, so there is no separation in the code.
You can only have one of extension of any type for a given name.
- Atoms receive the text content in the
$content
parameter, cards will always receivenull
as content. - Missing atoms fall back to their content as plain text.
- Missing cards fall back are not rendered.
All versions of mobiledoc with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
ext-dom Version *
ext-dom Version *
The package becklyn/mobiledoc contains the following files
Loading the files please wait ....