iborodikhin/php-swiffy

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Google's swiffy convert in 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. run composer require iborodikhin/php-swiffy
  2. write something like this
$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);