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

Installs: 7 148

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 3

Forks: 4

Open Issues: 0

pkg:composer/iborodikhin/php-swiffy

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);