Skip to content

iborodikhin/php-swiffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

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

About

Google's swiffy convert in php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages