PHPackages                             ilcleme/payum-tinkl - 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. ilcleme/payum-tinkl

ActiveLibrary[Payment Processing](/categories/payments)

ilcleme/payum-tinkl
===================

Tinkl's Payum extension. Pay with bitcoin

v1.1.4(5y ago)011MITPHPCI failing

Since Mar 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ilCleme/payum-tinkl)[ Packagist](https://packagist.org/packages/ilcleme/payum-tinkl)[ Docs](https://ilcle.me)[ RSS](/packages/ilcleme-payum-tinkl/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (13)Used By (0)

Payum Tinkl Gateway
===================

[](#payum-tinkl-gateway)

This payum gateway provides the functionality of receiving bitcoin payments for all your web applications. Take advantage of the [tinkl.it](https://www.tinkl.it) service, which provides an API to manage the payment in Bitcoin.

[![Latest Stable Version](https://camo.githubusercontent.com/caab966c754e5c15ea137f175c9f1125d692bf44b2c776f87d2522205983445e/68747470733a2f2f706f7365722e707567782e6f72672f696c636c656d652f706179756d2d74696e6b6c2f762f737461626c65)](https://packagist.org/packages/ilcleme/payum-tinkl)[![Total Downloads](https://camo.githubusercontent.com/ed262ac5905a8cf5eac3fc5fce43f3cfad85a33b22fd9da3a6ffa1b69e124ffd/68747470733a2f2f706f7365722e707567782e6f72672f696c636c656d652f706179756d2d74696e6b6c2f646f776e6c6f616473)](https://packagist.org/packages/ilcleme/payum-tinkl)[![Latest Unstable Version](https://camo.githubusercontent.com/83b0aee24dc46a20822980b396bc1607f8346c2e007d4702cac2a000356e56eb/68747470733a2f2f706f7365722e707567782e6f72672f696c636c656d652f706179756d2d74696e6b6c2f762f756e737461626c65)](https://packagist.org/packages/ilcleme/payum-tinkl)[![License](https://camo.githubusercontent.com/2c223675835efdb6ea0cf2d93acb040eb3e7a4da08568297dc4cb7006726a28b/68747470733a2f2f706f7365722e707567782e6f72672f696c636c656d652f706179756d2d74696e6b6c2f6c6963656e7365)](https://packagist.org/packages/ilcleme/payum-tinkl)[![Build Status](https://camo.githubusercontent.com/d44c1d3b267093e227e6ca0244796010d5e868a1c55fdc2b7350ed29ff670401/68747470733a2f2f7472617669732d63692e6f72672f696c436c656d652f706179756d2d74696e6b6c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ilCleme/payum-tinkl)

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

[](#requirements)

The minimum requirements of the package are PHP 7.1 installed in your webserver and Payum, which will be installed directly with the gateway.

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

[](#installation)

To install package you can use a simple composer command.

```
$ composer require ilcleme/payum-tinkl
```

Configuration
-------------

[](#configuration)

Once installed via composer, it must be configured and added to the gateways in Payum. To do this, simply follow these steps:

- Register the gateway in Payum;
- Configure your credentials (you can also enable the sandbox environment);
- Configure any additional options (not mandatory)

The following PHP script is an example of how the gateway can be configured, you may need to modify it to configure it in your web application. If you have never used Payum or you don't know its rules, I recommend you read the documentation available on [Github](https://github.com/Payum/Payum/blob/master/docs/index.md).

```
