whsuite/markdownify
Composer 安装命令:
composer require whsuite/markdownify
包简介
Markdownify is a HTML to Markdown converter written in PHP
README 文档
README
Getting Started
The easiest way to work with Markdownify is when it's installed as a Composer package inside your project.
If you're not familiar with Composer, please see http://getcomposer.org/.
-
Add realestateconz/markdownify to your application's composer.json.
{ ... "require": { "realestateconz/markdownify": "dev-master" }, ... } -
Run
composer install. -
If you haven't already, add the Composer autoload to your project's initialization file. (example)
require 'vendor/autoload.php';
统计信息
- 总下载量: 202
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-28