library php-swiffy
Google's swiffy convert in php
iborodikhin/php-swiffy
Google's swiffy convert in php
- Tuesday, October 6, 2015
- by iborodikhin
- Repository
- 1 Watchers
- 3 Stars
- 451 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 4 Forks
- 0 Open issues
- 1 Versions
- 24 % Grown
Usage
- 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);
dev-master
9999999-dev
Google's swiffy convert in php
Sources
Download
The Requires