iborodikhin/php-swiffy

此包已被弃用,不再维护。未建议替代包。
此包最新版本(dev-master)无可用许可信息。

Google的swiffy转换的PHP实现

dev-master 2015-10-06 14:47 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:50:42 UTC


README

  1. 运行 composer require iborodikhin/php-swiffy
  2. 编写如下内容
$swiffy = new Swiffy\Client();

//Returns swiffy HTML file content
$html = $swiffy->convert("my-movie.swf");

//Returns only the swiffy json data
$json = $swiffy->convert("my-movie.swf", true);