2017 © Pedro Peláez
 

library embed

image

embryo/embed

  • Wednesday, July 18, 2018
  • by captain_torche
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 5 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Maintainability Test Coverage, (*1)

Embryo/Embed

This is a library intended to easily embed data from different kind of sources., (*2)

Installation

  • via composer : composer require embryo/embed

Usage

<?php

require_once __DIR__.'/vendor/autoload.php';

$url = 'https://www.youtube.com/watch?v=2_HXUhShhmY';

$embed = new \Embryo\Embed($url);
echo $embed->getEmbeddedCode();

Will display :, (*3)

<iframe
    width="400"
    height="225"
    src="https://www.youtube.com/embed/2_HXUhShhmY"
    frameborder="0"
    allow="autoplay; encrypted-media"
    allowfullscreen>
</iframe>

Configuration

Some of the default values can be overridden by editing the correct env value., (*4)

We strongly suggest using phpdotenv to do so., (*5)

Available values are:, (*6)

  • EMBED_WIDTH (Used on videos, default value is 400)
  • EMBED_RATIO (Used on videos, default value is 16/9)

Available sources

  • Video services
    • DailyMotion
    • Vimeo
    • Youtube

Suggesting another source

All suggestions are welcome, just create an issue on the repository's tracker, (*7)

The Versions

18/07 2018

dev-master

9999999-dev

  Sources   Download

WTFPL

by Marc Brillault

17/07 2018

dev-readme-lastLink2

dev-readme-lastLink2

  Sources   Download

WTFPL

by Marc Brillault

17/07 2018

dev-readme-correctLastLink

dev-readme-correctLastLink

  Sources   Download

WTFPL

by Marc Brillault

17/07 2018

dev-readme-markdownlint

dev-readme-markdownlint

  Sources   Download

WTFPL

by Marc Brillault

17/07 2018

dev-readmeBadges

dev-readmeBadges

  Sources   Download

WTFPL

by Marc Brillault

17/07 2018

dev-Twitter

dev-Twitter

  Sources   Download

WTFPL

The Requires

 

by Marc Brillault

16/07 2018

V0.0.4

0.0.4.0

  Sources   Download

WTFPL

by Marc Brillault

16/07 2018

v0.0.3

0.0.3.0

  Sources   Download

WTFPL

by Marc Brillault

16/07 2018

v0.0.2

0.0.2.0

  Sources   Download

WTFPL

by Marc Brillault

15/07 2018

v0.0.1

0.0.1.0

  Sources   Download

WTFPL

by Marc Brillault