cristal/pptx
最新稳定版本:v1.0.9
Composer 安装命令:
composer require cristal/pptx
包简介
README 文档
README
Cristal PPTX is a PHP Library that allows you to manipulate slides from a Powerpoint PPTX file. Copy slides inside another pptx and templating it using mustache tags.
🚀 Installation using Composer
composer require cristal/pptx
👀 Quick view
<?php use Cristal\Presentation\PPTX; require 'vendor/autoload.php'; $basePPTX = new PPTX(__DIR__.'/source/base.pptx'); $endPPTX = new PPTX(__DIR__.'/source/endslide.pptx'); $basePPTX->addSlides($endPPTX->getSlides()); $basePPTX->template([ 'materiel' => [ 'libelle' => 'Bonjour' ] ]); $basePPTX->saveAs(__DIR__.'/dist/presentation.pptx');
统计信息
- 总下载量: 51.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 27
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-18