2017 © Pedro Peláez
 

library widgetfy

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget

image

phata/widgetfy

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget

  • Tuesday, February 20, 2018
  • by yookoala
  • Repository
  • 2 Watchers
  • 1 Stars
  • 127 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 2 % Grown

The README.md

Widgetfy

[Travis Test Status][ci-branches-url] ![stable-version-badge] ![license-badge] ![download-badge], (*1)

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget., (*2)

Install

First, install composer to your development platform., (*3)

Then run this in your project folder:, (*4)

composer require phata/widgetfy

Example Code


// require the composer autoload script require_once './vendor/autoload.php'; use Phata\Widgetfy\Core as Widgetfy; // simple setup if (($embed = Widgetfy::translate($link)) != NULL) { echo $embed['html']; } // adjust all video to width 640px, if the source support that $options = array('width'=>640); if (($embed = Widgetfy::translate($link, $options)) != NULL) { echo $embed['html']; } // using the default theme, and inlining the default CSS // along with the first embed code. echo Phata\Widgetfy\Theme::toHTML($embed, true);

For more detailed documentation, please visit our Documentation page on GitLab., (*5)

Branches

Branch Purpose PHP Version Status
2.x Stable / Default 7.1, 7.2 [Travis Test Status][ci-branches-url]
1.x Maintenance 5.3, 5.4 5.5, 5.6 [Travis Test Status][ci-branches-url]
master Development 7.1, 7.2 [Travis Test Status][ci-branches-url]

License

This file is part of Widgetfy., (*6)

Widgetfy is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version., (*7)

Widgetfy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public Licensefor more details., (*8)

You should have received a copy of the GNU Lesser General Public License along with Widgetfy. If not, see http://www.gnu.org/licenses/lgpl.html., (*9)

The Versions

20/02 2018

dev-master

9999999-dev https://github.com/Phata/Widgetfy

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget

  Sources   Download

LGPL-3.0 LGPL v3

The Requires

  • php >=7.1

 

The Development Requires

embed url translate

20/02 2018

2.x-dev

2.9999999.9999999.9999999-dev https://github.com/Phata/Widgetfy

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget

  Sources   Download

LGPL-3.0 LGPL v3

The Requires

  • php >=7.1

 

The Development Requires

embed url translate

20/02 2018

v2.4

2.4.0.0 https://github.com/Phata/Widgetfy

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget

  Sources   Download

LGPL-3.0

The Requires

  • php >=7.1

 

The Development Requires

embed url translate

20/02 2018

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/Phata/Widgetfy

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget

  Sources   Download

LGPL-3.0 LGPL v3

The Requires

  • php >=5.3.0

 

embed url translate

20/02 2018

v1.3

1.3.0.0 https://github.com/Phata/Widgetfy

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.3.0

 

embed url translate

08/01 2018

v2.3

2.3.0.0 https://github.com/Phata/Widgetfy

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget

  Sources   Download

LGPL v3

The Requires

  • php >=7.1

 

The Development Requires

embed url translate

05/01 2018

v2.2

2.2.0.0 https://github.com/Phata/Widgetfy

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget

  Sources   Download

LGPL v3

The Requires

  • php >=7.1

 

The Development Requires

embed url translate

05/01 2018

2.1

2.1.0.0 https://github.com/Phata/Widgetfy

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget

  Sources   Download

LGPL v3

The Requires

  • php >=7.1

 

The Development Requires

embed url translate

05/01 2018

v2.1

2.1.0.0 https://github.com/Phata/Widgetfy

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget

  Sources   Download

LGPL v3

The Requires

  • php >=7.1

 

The Development Requires

embed url translate

05/01 2018

v2.0

2.0.0.0 https://github.com/Phata/Widgetfy

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget

  Sources   Download

LGPL v3

The Requires

  • php >=7.1

 

The Development Requires

embed url translate

30/06 2015

v1.2

1.2.0.0 https://github.com/Phata/Widgetfy

Widgetfy is a PHP library to translate URLs of video sites into the embed / widget

  Sources   Download

LGPL v3

The Requires

  • php >=5.3.0

 

embed url translate