Download the PHP package unionco/craft-cloudconvert without Composer
On this page you can find all versions of the php package unionco/craft-cloudconvert. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download unionco/craft-cloudconvert
More information about unionco/craft-cloudconvert
Files in unionco/craft-cloudconvert
Download unionco/craft-cloudconvert
More information about unionco/craft-cloudconvert
Files in unionco/craft-cloudconvert
Vendor unionco
Package craft-cloudconvert
Short Description CloudConvert Thumbnail API integration for Craft CMS
License MIT
Package craft-cloudconvert
Short Description CloudConvert Thumbnail API integration for Craft CMS
License MIT
Please rate this library. Is it a good library?
Informations about the package craft-cloudconvert
Craft CloudConvert
Thumbnail integration via CloudConvert for Craft CMS 3 & 4
This plugin is still in development and should not be used in production
Versions and Compatibility
- 1.x.x -> Craft CMS 3
- 2.x.x -> Craft CMS 4
Installation
TBD
Copy config file into your project:
cp vendor/unionco/craft-cloudconvert/config.php config/cloudconvert.php
and customize as needed.
Each config option is documented in vendor/unionco/craft-cloudconvert/src/models/Settings.php
and a brief overview is below (Configuration)
Configuration
apiKey
- (string
) The CloudConvert API key. You must create your own CloudConvert account and generate your own API key.thumbnailFolderUid
- (string
) Volume Folder UID as generated by Craft's Project Config. You can lookup this value via the database table{{%volumefolders}}
sandbox
- (bool
) Should CloudConvert operate in Sandbox mode?enabled
- (bool
) Should this plugin be enabled in this environment?thumbnailWidth
- (int
) Defaults to 300thumbnailHeight
- (int
) Defaults to 300thumbnailFit
- (string
) e.g. 'crop'
Usage
- This plugin provides an interface for generating a thumbnail from a Craft Asset element. How you would like to hook it up with your CMS and business logic is up to you.
- This plugin will not automatically do anything unless explicitly configured to do so by you
API
CloudConvert
Service
(Work in progress)
All versions of craft-cloudconvert with dependencies
PHP Build Version
Package Version
The package unionco/craft-cloudconvert contains the following files
Loading the files please wait ....