matdave/mediumimport
最新稳定版本:0.0.2
Composer 安装命令:
composer require matdave/mediumimport
包简介
Import Medium Blog into MODX
README 文档
README
This is a simple helper library to import posts from a Medium blog export.
Usage
Install via composer:
composer require matdave/mediumimport
Create an import script
<?php require_once __DIR__ . '/vendor/autoload.php'; $mi = new \MatDave\MediumImport\Import("/path/to/core/", "config_key"); $mi->import( "/path/to/export/", // path to the unzipped export 2, // ID of the template to use 3 // ID of the parent to use );
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-05