foxxything/markdown-filler
最新稳定版本:1.0.0
Composer 安装命令:
composer require foxxything/markdown-filler
包简介
A simple library to replace placeholders in Markdown files.
README 文档
README
<?php require_once __DIR__ . '/vendor/autoload.php'; use Foxxything\MarkdownFiller\MarkdownFiller; file_put_contents('test.md', "# Hello [name]!"); // Init test.md $md = new MarkdownFiller('test.md'); // Load test.md echo $md->replaceVars([ // Replace [name] with 'John Doe' 'name' => 'John Doe', ]);
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2025-02-12