mygento/cdn

This package is abandoned and no longer maintained. No replacement package was suggested.

Magento CDN module

Installs: 136

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 3

Open Issues: 0

Type:magento-module

1.6.4 2015-08-30 19:08 UTC

This package is auto-updated.

Last update: 2022-04-21 15:02:18 UTC


README

Build Status Code Climate Scrutinizer Code Quality

Issues

GitHub.

Working with Adapters

  • Amazon S3 ✓
  • Selectel ✓
  • FTP

Features

  • Upload product image cache in CDN and replace url ✓
  • Upload JS merge cache in CDN and replace url ✓
  • Upload CSS merge cache in CDN and replace url ✓
  • Upload on product image save and download source image if absent ✓
  • Upload wysiwyg images and CMS media directives ✓
  • Async upload ✓
  • Upload skin folder ✓
  • Upload js folder ✓
  • Gzip && Minification ✓
  • Expires (S3-only) ✓
  • Mage::getBaseUrl('media')
  • Favicon
  • Mage::getSkinUrl
  • Category Images

Install a module in your project

If you want to use the our Magento module repository, set up your root composer.json in your project like this:

{
    "require": {
        "mygento/cdn": "1.*",
    },
    "repositories": [
        {
            "type": "composer",
            "url": "http://mygento.github.io/packages"
        }
    ]
}

www.mygento.ru