thejawker/laravel-embed-media

associate embeddable content with a Laravel Model.

v0.0.3 2019-05-10 11:14 UTC

This package is auto-updated.

Last update: 2024-04-10 22:08:58 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

Makes it easy to associate a Embeddable Media with a Model in your application. We try to support the most popular ones like YouTube/SoundCloud/Vimeo/Spotify, but have a plugin system that allows you to write your own implementations very easily.

Installation

You can install the package via composer:

composer require thejawker/laravel-embed-media

Usage

write some code here ;)

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email info@thejawker.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

Used the Spatie Skeleton Package as starting point.