PHPackages                             plural-pinelabs/pinelabs-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. [HTTP &amp; Networking](/categories/http)
4. /
5. plural-pinelabs/pinelabs-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

plural-pinelabs/pinelabs-php
============================

Complete Pine Labs Payment Gateway API for accepting payments, managing orders, refunds, subscriptions, payouts, and more. ## Authentication All endpoints (except `/api/auth/v1/token`) require a Bearer token in the `Authorization` header. Generate a token using your `client\_id` and `client\_secret` via the Authentication endpoint. ## Base URLs - \*\*Production:\*\* `https://api.pluralpay.in` - \*\*Sandbox:\*\* `https://pluraluat.v2.pinepg.in`

0.2.0(2mo ago)01unlicensePHPPHP ^8.1

Since May 12Pushed 2mo agoCompare

[ Source](https://github.com/plural-pinelabs/pinelabs-php)[ Packagist](https://packagist.org/packages/plural-pinelabs/pinelabs-php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/plural-pinelabs-pinelabs-php/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Pinelabs
========

[](#pinelabs)

Complete Pine Labs Payment Gateway API for accepting payments, managing orders, refunds, subscriptions, payouts, and more.

Authentication
--------------

[](#authentication)

All endpoints (except `/api/auth/v1/token`) require a Bearer token in the `Authorization` header. Generate a token using your `client_id` and `client_secret` via the Authentication endpoint.

Base URLs
---------

[](#base-urls)

- **Production:** `https://api.pluralpay.in`
- **Sandbox:** `https://pluraluat.v2.pinepg.in`

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
