PHPackages                             paycom/integration-template - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. paycom/integration-template

ActiveLibrary[Payment Processing](/categories/payments)

paycom/integration-template
===========================

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

1.0.2(9y ago)926827[1 issues](https://github.com/umidjons/paycom-integration-php-template/issues)[1 PRs](https://github.com/umidjons/paycom-integration-php-template/pulls)PHPPHP &gt;=5.4.0

Since Nov 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/umidjons/paycom-integration-php-template)[ Packagist](https://packagist.org/packages/paycom/integration-template)[ RSS](/packages/paycom-integration-template/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

NOTE
====

[](#note)

Please, use the following up to date repo instead

Paycom integration template
===========================

[](#paycom-integration-template)

Prerequisites
-------------

[](#prerequisites)

- `PHP 5.4` or greater
- [`PDO`](http://php.net/manual/en/book.pdo.php) extension
- [`Composer`](https://getcomposer.org/download/) dependency manager

Installation via Composer
-------------------------

[](#installation-via-composer)

Change current directory to your project folder and install package:

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

```

Installation via Git
--------------------

[](#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:

```
