Skip to content

codigo5/query-cielo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cielo for Magento

Cielo payment gateway for Magento. p.s. This repository is read-only mode for composer. This module has been developed by Query Commerce.

Installation

Via modman

  • Install modman
  • Use the command from your Magento installation folder: modman clone https://github.com/codigo5/query-cielo.git

Via composer

  • Install composer
  • Create a composer.json into your project like the following sample:
{
    ...
    "require": {
      "codigo5/query-cielo": "*"
    },
    "repositories": [
      {
        "type": "vcs",
        "url": "https://github.com/codigo5/query-cielo.git"
      }
    ],
    "extra": {
      "magento-root-dir": "./"
    }
}
  • Then from your composer.json folder: php composer.phar install or composer install

Manually

  • You can copy the files from the folders of this repository to the same folders of your installation