2017 © Pedro Peláez
 

library integration-template

Set of classes to easy integration with Paycom (Payme) payment system

image

paycom/integration-template

Set of classes to easy integration with Paycom (Payme) payment system

  • Friday, April 28, 2017
  • by umidjons
  • Repository
  • 2 Watchers
  • 6 Stars
  • 148 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

NOTE

Please, use the following up to date repo instead https://github.com/PaycomUZ/paycom-integration-php-template, (*1)

Paycom integration template

Prerequisites

  • PHP 5.4 or greater
  • PDO extension
  • Composer dependency manager

Installation via Composer

Change current directory to your project folder and install package:, (*2)

cd my-shop-project
composer create-project paycom/integration-template

Installation via Git

git clone https://github.com/umidjons/paycom-integration-php-template.git
cd paycom-integration-php-template
composer dumpautoload

From now you can use classes from package as following:, (*3)

<?php
// File `my-shop-project/api/index.php`
require_once 'vendor/autoload.php';

use Paycom\Application;

// load configuration
$paycomConfig = require_once 'paycom.config.php';

$application = new Application($paycomConfig);
$application->run();

Make copy of paycom.config.sample.php as paycom.config.php and set your real settings there., (*4)

Assuming your domain as https://myshop.uz, now you can set entry point URL to handle requests from Paycom as https://myshop.uz/api/index.php., (*5)

The Versions

28/04 2017

dev-master

9999999-dev

Set of classes to easy integration with Paycom (Payme) payment system

  Sources   Download

The Requires

  • php >=5.4.0

 

by Avatar umidjons

payme paycom

28/04 2017

1.0.2

1.0.2.0

Set of classes to easy integration with Paycom (Payme) payment system

  Sources   Download

The Requires

  • php >=5.4.0

 

by Avatar umidjons

payme paycom

10/11 2016

1.0.1

1.0.1.0

Set of classes to easy integration with Paycom (Payme) payment system

  Sources   Download

The Requires

  • php >=5.4.0

 

by Avatar umidjons

payme paycom

10/11 2016

1.0.0

1.0.0.0

Set of classes to easy integration with Paycom payment system

  Sources   Download

The Requires

  • php >=5.4.0

 

by Avatar umidjons

payme paycom