PHPackages                             paydia/paydia-snap-php - 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. paydia/paydia-snap-php

ActiveLibrary[API Development](/categories/api)

paydia/paydia-snap-php
======================

PHP Wrapper for Paydia SNAP QR API.

2.1.0(1y ago)13.3k↑1858.3%1[1 PRs](https://github.com/Paydia/paydia-snap-php/pulls)MITPHPPHP &gt;=5.4

Since Mar 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Paydia/paydia-snap-php)[ Packagist](https://packagist.org/packages/paydia/paydia-snap-php)[ Docs](https://paydia.id)[ RSS](/packages/paydia-paydia-snap-php/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (2)DependenciesVersions (5)Used By (0)

Paydia SNAP PHP
===============

[](#paydia-snap-php)

This is the Official PHP wrapper/library for Paydia SNAP QRIS API, that is compatible with Composer. Visit  for more information about the product and see documentation at  for more technical details.

1. Installation
---------------

[](#1-installation)

### 1.a Composer Installation

[](#1a-composer-installation)

If you are using [Composer](https://getcomposer.org), you can install via composer CLI:

```
composer require paydia/paydia-snap-php

```

**or**

add this require line to your `composer.json` file:

```
{
    "require": {
        "paydia/paydia-snap-php": "1.*"
    }
}
```

and run `composer install` on your terminal.

### 1.b Manual Instalation

[](#1b-manual-instalation)

If you are not using Composer, you can clone or [download](https://github.com/Paydia/paydia-snap-php/archive/master.zip) this repository.

Then you should require/autoload `PaydiaSNAP.php` file on your code.

```
