emerap/oembed_filter

Oembed service link's replacement to different types of content

Installs: 43

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/emerap/oembed_filter

dev-master 2016-09-05 10:57 UTC

This package is not auto-updated.

Last update: 2025-09-28 00:50:53 UTC


README

Synopsis

Replacement oEmbed service link to different types of content.

Features

  • Get oembed service response and parse them to array
  • Parse text, find urls, find services to process url
  • Implement API endpoint
  • Implement API multiple schemes
  • Customization html wrapper

Basic usage

use Emerap\OembedFilter\OembedFilter;

....

// Create instance with constructor parameter.
$filter = new OembedFilter('any text with link');

// Apply oembed filter to source text.
$str = $filter->apply();

Supported oEmbed services

Links

Credits

Copyright © 2016 Alexander Pokhodyun