PHPackages                             pickupman/linx-pay - 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. pickupman/linx-pay

ActiveLibrary[Payment Processing](/categories/payments)

pickupman/linx-pay
==================

Payment processing for the Linx payment platform

1.0.0(9y ago)127MITPHP

Since Mar 12Pushed 9y ago2 watchersCompare

[ Source](https://github.com/pickupman/linx-pay)[ Packagist](https://packagist.org/packages/pickupman/linx-pay)[ RSS](/packages/pickupman-linx-pay/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

LinxPAY
=======

[](#linxpay)

**PHP client library to make API requests for LinxPAY system.**

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

[](#installation)

```
    composer require pickupman/linx-pay
```

Usage
-----

[](#usage)

This library will handle the OAuth2 flow for retrieving and maintaing an access token.

### Intialize the the class

[](#intialize-the-the-class)

```
    $options = [
        'username' => 'Your Username',
        'password' => 'Your Password',
        'client_id' => 'Your API Client ID',
        'client_secret' => 'Your API Client Secret'
    ];

    $linx = new Pickupman\LinxPay($options);
```

### Poll API call

[](#poll-api-call)

```
    $poll = $linx->poll();
    var_dump($poll); // JSON response object {'success' : true }
```

### Redemption API call

[](#redemption-api-call)

```
    $redemption = $linx->redemption([
        'linx_card_number' => '1234567890123456',
        'customer' => [
            'type'      => 'drivers_license',
            'name'      => 'John Smith',
            'id_number' => '1234', // drivers license number
            'state'     => 'Colorado' // drivers license State
        ],
        'product_type' => 'medicinal', // or recreational
        'store_location' => [
            'name' => 'Dispensary Name'
        ],
        'budtender' => [
            'name' => 'David Smith'
        ],
        'amount' => '200.00'
    ]);

    var_dump($redemption); // JSON response object
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3345d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/52ba696c9ae39e63cbb1dda630bf921b16118f123b0fe62c7d41ddd0b4526e3b?d=identicon)[pickupman](/maintainers/pickupman)

---

Top Contributors

[![pickupman](https://avatars.githubusercontent.com/u/1220279?v=4)](https://github.com/pickupman "pickupman (3 commits)")

### Embed Badge

![Health badge](/badges/pickupman-linx-pay/health.svg)

```
[![Health](https://phpackages.com/badges/pickupman-linx-pay/health.svg)](https://phpackages.com/packages/pickupman-linx-pay)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
