How to download a Magento extension directly, as a file?

The regular ways of obtaining a Magento extension are:

  • going to Magento Connect, logging in, copying the extension key, then entering it into Magento Connect Manager in the backend of a Magento site; or
  • using pear on the command line

Both alternatives are relatively uncomfortable, and at least the first one does not allow to obtain the extension as a package file for download. But that might be necessary, in case you need to compare / dissect / evaluate extension code in development.

So I searched for a “direct download” alternative and found the freegento.com Download Magento Extension web service. Note that you still need to obtain the extension key from Magento Connect to be able to use this service.


Posted

in

,

by

Tags:

Comments

6 responses to “How to download a Magento extension directly, as a file?”

  1. Unfortunately, freegento does not work anymore.
    Probably some change on Magento Connect…

  2. This tool : http://www.tangkoko.com/direct-download-magento-extension/ let you download magento modules directly, with a 2.0 or 1.0 magento connect key. You can also choose the version of the module to download.

  3. Magento

    http://connect20.magentocommerce.com/community/{PACKAGE NAME}/{VERSION}/{PACKAGE NAME}-{VERSION}.tgz

  4. Thiago Barcala

    I wrote a small JavaScript that can be added to the browser’s favorites, and enables the download of a module with just one click. Check it out: http://codingopen.blogspot.com/2015/10/download-modules-from-magento-connect.html

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.