An open API service indexing awesome lists of open source software.

https://github.com/payneteasy/php-plugin-opencart

Plugin for OpenCart for payment by PaynetEasy.
https://github.com/payneteasy/php-plugin-opencart

Last synced: 10 months ago
JSON representation

Plugin for OpenCart for payment by PaynetEasy.

Awesome Lists containing this project

README

          

# Plugin for OpenCart 1.x for pay by PaynetEasy

## Доступная функциональность

Данный плагин позволяет производить оплату с помощью [merchant PaynetEasy API](http://wiki.payneteasy.com/index.php/PnE:Merchant_API). На текущий момент реализованы следующие платежные методы:
- [ ] [Sale Transactions](http://wiki.payneteasy.com/index.php/PnE:Sale_Transactions)
- [ ] [Preauth/Capture Transactions](http://wiki.payneteasy.com/index.php/PnE:Preauth/Capture_Transactions)
- [ ] [Transfer Transactions](http://wiki.payneteasy.com/index.php/PnE:Transfer_Transactions)
- [ ] [Return Transactions](http://wiki.payneteasy.com/index.php/PnE:Return_Transactions)
- [ ] [Recurrent Transactions](http://wiki.payneteasy.com/index.php/PnE:Recurrent_Transactions)
- [x] [Payment Form Integration](http://wiki.payneteasy.com/index.php/PnE:Payment_Form_integration)
- [ ] [Buy Now Button integration](http://wiki.payneteasy.com/index.php/PnE:Buy_Now_Button_integration)
- [ ] [eCheck integration](http://wiki.payneteasy.com/index.php/PnE:eCheck_integration)
- [ ] [Western Union Integration](http://wiki.payneteasy.com/index.php/PnE:Western_Union_Integration)
- [ ] [Bitcoin Integration](http://wiki.payneteasy.com/index.php/PnE:Bitcoin_integration)
- [ ] [Loan Integration](http://wiki.payneteasy.com/index.php/PnE:Loan_integration)
- [ ] [Qiwi Integration](http://wiki.payneteasy.com/index.php/PnE:Qiwi_integration)
- [ ] [Merchant Callbacks](http://wiki.payneteasy.com/index.php/PnE:Merchant_Callbacks)

## Системные требования

* PHP 5.3 - 5.5
* [Расширение curl](http://php.net/manual/en/book.curl.php)
* [OpenCart](http://www.opencart.com/index.php?route=download/download) 1.x (плагин тестировался с версией 1.5)

## Получение пакета с плагином

### Самостоятельная сборка пакета
1. [Установите composer](http://getcomposer.org/doc/00-intro.md), если его еще нет
2. Клонируйте репозиторий с плагином: `composer create-project payneteasy/php-plugin-opencart --stability=dev --prefer-dist`
3. Перейдите в папку плагина: `cd php-plugin-opencart`
4. Упакуйте плагин в архив: `composer archive --format=zip`

## Установка плагина

1. [Получите пакет с плагином](#get_package)
2. Распакуйте пакет в корневую папку OpenCart

## Настройка и удаление плагина

* [Настройка плагина](doc/00-configuration.md)
* [Удаление плагина](doc/01-uninstalling.md)