iborodikhin / php-swiffy
Google's swiffy convert in php
Installs: 6 251
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 4
Open Issues: 0
Requires
- php: >=5.3
- kriswallsmith/buzz: ^0.15.0
This package is not auto-updated.
Last update: 2022-02-01 12:50:42 UTC
README
- run
composer require iborodikhin/php-swiffy
- 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);