Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

mygento/cdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDN module

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