PHP Package: mpratt/embera

Embera is a versatile PHP library for embedding oEmbed-compatible services in your web applications, enhancing user experiences and content sharing capabilities.

Current Version: 2.0.42
Last Updated: Date not available
PHP Requirement: >=5.6
Dependencies:
phpunit/phpunit
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Embera is a powerful PHP library that simplifies the process of embedding content from various oEmbed-compatible services into your web pages. With Embera, you can effortlessly integrate rich media content such as videos, images, and more, enhancing user engagement and interaction. This library streamlines the retrieval and display of embedded content, providing a seamless experience for both developers and end-users.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.0.42

Download Download v2.0.42

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/mpratt/embera/2.0.42/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';

use Embera\Embera;
use GuzzleHttp\Client;
use PHPUnit\Framework\TestCase;

$obj = new Embera();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.