PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andre Roque Filipe   IFrameYou   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: IFrameYou
Generate HTML to embed video players
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 611 bytes
 

Contents

Class file image Download
{ "name": "masnathan/iframeyou", "type": "library", "description": "Simple class that generates the iframes html.", "keywords": ["html","iframe","video","player","youtube","vimeo","dailymotion","ted","break","gamespot","twitch","vine"], "homepage": "https://github.com/ReiDuKuduro/IFrameYou", "license": "MIT", "authors": [ { "name": "André Filipe", "email": "andre.r.flip@gmail.com" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "MASNathan\\IFrameYou\\": "src/" } } }