PHPackages                             paykassa-dev/paykassa - 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. [API Development](/categories/api)
4. /
5. paykassa-dev/paykassa

ActiveLibrary[API Development](/categories/api)

paykassa-dev/paykassa
=====================

Paykassa.pro PHP SCI/API Wrapper(Official)

v1.0.7(1y ago)45926MITPHPPHP &gt;=7.1.0

Since Jan 13Pushed 1y ago2 watchersCompare

[ Source](https://github.com/paykassa-dev/paykassa-modules)[ Packagist](https://packagist.org/packages/paykassa-dev/paykassa)[ Docs](https://github.com/paykassa-dev/paykassa-modules)[ RSS](/packages/paykassa-dev-paykassa/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)DependenciesVersions (13)Used By (0)

Paykassa.pro PHP SCI/API Wrapper(Official).
===========================================

[](#paykassapro-php-sciapi-wrapperofficial)

This is an official module developed by Paykassa.pro for easy integration into PHP-based applications. Source code of the class files is in the ./src directory. The source code for the examples can be found at ./examples.

Requirements
------------

[](#requirements)

It's recommended to use a newer version of PHP. This library was written in a PHP v7.1+ environment + php-curl, php-json, php-mbstring modules.

A Paykassa.pro account with **Merchant ID, Merchant Password, API ID, API Password**. You can get the credentials at the pages: [Add merchant](https://paykassa.pro/en/user/shops/add_shop_new/), [Add API](https://paykassa.pro/en/user/api/add_api/).

Installation
------------

[](#installation)

Package available on [Composer](https://packagist.org/packages/paykassa-dev/paykassa).

If you're using Composer to manage dependencies, you can use

```
$ composer require paykassa-dev/paykassa
```

Test examples with Docker
-------------------------

[](#test-examples-with-docker)

To quickly run examples you need to install Docker, git and make utility.

**Step 1:**

```
$ git clone https://github.com/paykassa-dev/paykassa-modules.git
$ cd paykassa-modules/
```

**Step 2:**

Setup config with credentials *config/config-example.php*

**Step 3:**

```
$ make run
```

**Step 4:**

Open examples in your browser *examples/*

**Example:**

Follow the link [http://localhost/examples/custom\_payment\_page.php](http://localhost/examples/custom_payment_page.php)

**Stop server:**

```
$ make stop
```

Usage
-----

[](#usage)

### Custom payment page

[](#custom-payment-page)

```
