PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Koala Yeung   Widgetfy   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Widgetfy
Generate HTML to embed video content of given URL
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 968 bytes
 

Contents

Class file image Download
{ "name": "phata/widgetfy", "type": "library", "description": "Widgetfy is a PHP library to translate URLs of video sites into the embed / widget", "keywords": ["embed","url translate"], "homepage": "https://github.com/Phata/Widgetfy", "license": "LGPL-3.0-or-later", "authors": [ { "name": "Koala Yeung", "email": "koalay@gmail.com", "homepage": "https://github.com/yookoala", "role": "Developer" } ], "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^7" }, "scripts": { "test": "./vendor/bin/phpunit" }, "repositories": [ { "type": "vcs", "url": "https://github.com/Phata/Widgetfy" } ], "autoload": { "psr-0" : { "Phata\\Widgetfy\\" : "src/" }, "psr-4" : { "Phata\\Widgetfy\\" : "src/" } } }