文件名称:Snow:php包将json内容从Editor.js转换为html元素
文件大小:28KB
文件格式:ZIP
更新时间:2024-06-13 00:45:58
PHP
Snow for Editor js 安装 要安装lib,请使用composer: composer require miaababikir/snow 指导 在您PHP脚本顶部添加此行 use Miaababikir \ Snow \ Parser ; 基本用法 您可以通过传递json对象来解析编辑器js json,然后以纯HTML格式获取内容。 例如 来自编辑器js的json如下所示: { " time " : 1570726916129 , " blocks " : [ { " type " : " header " , " data " : { " text " : " Editor.js " , " level " : 2
【文件预览】:
Snow-master
----src()
--------JsonParser.php(600B)
--------Parser.php(183B)
--------Tags()
----.idea()
--------misc.xml(174B)
--------php.xml(5KB)
--------Snow.iml(6KB)
--------modules.xml(260B)
--------.gitignore(38B)
--------vcs.xml(180B)
----composer.lock(151KB)
----phpunit.xml(824B)
----README.md(1KB)
----tests()
--------Json()
--------Feature()
----.gitignore(7B)
----composer.json(440B)