thejawker / laravel-embed-media
associate embeddable content with a Laravel Model.
Requires
- php: ^7.1
- ext-json: *
- illuminate/support: ~5.6|~5.7
- kitetail/zttp: ^0.3.0
- laravel/framework: ~5.5.0|~5.6.0|~5.7.0
- madcoda/php-youtube-api: ^1.2
Requires (Dev)
- larapack/dd: ^1.0
- mockery/mockery: ^1.2
- orchestra/testbench: ^3.7
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-11-10 23:20:27 UTC
README
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.