Download the PHP package elfarmawy/vdocipher without Composer
On this page you can find all versions of the php package elfarmawy/vdocipher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download elfarmawy/vdocipher
More information about elfarmawy/vdocipher
Files in elfarmawy/vdocipher
Package vdocipher
Short Description Laravel package for VdoCipher video platform integration
License MIT
Homepage https://github.com/tarekhesham/laravel-vdocipher
Informations about the package vdocipher
VdoCipher for Laravel
A Laravel package that provides a clean, API-only integration with the VdoCipher video platform. Supports Laravel 10, 11, and 12.
Installation
You can install the package via Composer:
Publishing the config file
This will create a config/vdocipher.php
configuration file in your app where you can modify the settings.
Configuration
Update your .env
file with your VdoCipher API key:
You can also configure default watermarks in the config/vdocipher.php
file:
Usage
Basic Example
Overriding Default Configuration at Runtime
You can override the default configuration at runtime:
Managing Videos
Video Upload
Full Documentation
For complete documentation and advanced usage, please check the Wiki.
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 [email protected] instead of using the issue tracker.
Credits
- Tarek Hesham
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of vdocipher with dependencies
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/http Version ^10.0|^11.0|^12.0