syrian-open-source / laravel-youtube-iframe-generator
Laravel package allows you to generate an iframe tag with a video player depending on a youtube URL.
Installs: 4 157
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 1
Forks: 3
Open Issues: 0
Requires
- friendsofphp/php-cs-fixer: ^3.0
- phpunit/phpunit: ^9.5
Requires (Dev)
- orchestra/testbench: ^6.23
This package is auto-updated.
Last update: 2024-11-12 00:39:58 UTC
README
YouTube Frame Generator
Laravel package allows you to generate an iframe tag with a video player depending on a YouTube URL.
1 - Dependency
The first step is using composer to install the package and automatically update your composer.json file, you can do this by running:
composer require syrian-open-source/laravel-youtube-iframe-generator
2 - Copy the package providers to your local config with the publish command, this will publish the config:
php artisan yframe:install
Features
basic usage:
{!! \SOS\LaravelYoutubeFrameGenerator\Facades\YFrameFacade::generate('https://www.youtube.com/watch?v=35JzR2ymxJE')!!}
Or you can use the directive
@yframe('https://www.youtube.com/watch?v=35JzR2ymxJE')
If you want to set your css, attributes, height, width or fullscreen allowed:
{!! \SOS\LaravelYoutubeFrameGenerator\Facades\YFrameFacade::width('100%') ->height('400px') ->isFullscreen(true) ->generate('https://www.youtube.com/watch?v=35JzR2ymxJE'); !!}
Using the directive
@yframe('https://www.youtube.com/watch?v=35JzR2ymxJE', [ 'width' => '100%', 'height' => '400px', 'isFullscreen' => true, ])
Changelog
Please see the CHANGELOG for more information about what has changed or updated or added recently.
Security
If you discover any security related issues, please email them first to alali.abdusslam@gmail.com, if we do not fix it within a short period of time please open a new issue describing your problem.
Credits
About Syrian Open Source
The Syrian Open Source platform is the first platform on GitHub dedicated to bringing Syrian developers from different cultures and experiences together, to work on projects in different languages, tasks, and versions, and works to attract Syrian developers to contribute more under one platform to open source software, work on it, and issue it with high quality and advanced engineering features, which It stimulates the dissemination of the open-source concept in the Syrian software community, and also contributes to raising the efficiency of developers by working on distributed systems and teams.