Download the PHP package onedesign/oneimgix without Composer
On this page you can find all versions of the php package onedesign/oneimgix. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package oneimgix
Imgix plugin for Craft CMS
Tools for working with Imgix in Craft
Installation
- Download & unzip the file and place the
oneimgix
directory into yourcraft/plugins
directory - -OR- install with Composer via
composer require onedesign/oneimgix
- Install plugin in the Craft Control Panel under Settings > Plugins
- The plugin folder should be named
oneimgix
for Craft to see it. GitHub recently started appending-master
(the branch name) to the name of the folder for zip file downloads. - Update the settings for the plugin as explained below.
Use
Configuration:
OneImgix expects the following settings to be configured:
- Imgix API Key: Your Imgix API key, obtained from the Imgix control panel.
- Imgix Source Name: The name of your source defined in the Imgix control panel.
- Secure URL Token: If you have
Secure URL
enabled for your Imgix source, this should be theSecure URL Token
value listed there. - Asset Base URL: The base path to your original assets, which will be replaced with the Imgix base URL by this plugin. This will typically be something like
http://mysite.com/assets/
orhttps://s3.amazonaws.com/my-bucket-name/
Generating Image URLs in Twig:
Any options supported by the Imgix image API can be passed into these options. OneImgix will do the work of transforming the original asset URL into the appropriate Imgix URL based on your plugin settings.
Clearing Imgix Caches:
Whenever an asset in Craft is replaced or deleted, OneImgix will attempt to automatically clear the corresponding Imgix cache for that asset.
All versions of oneimgix with dependencies
PHP Build Version
Package Version
The package onedesign/oneimgix contains the following files
Loading the files please wait ....