PHPackages                             nikjaysix/laravel-pinpayments - 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. nikjaysix/laravel-pinpayments

ActivePackage[API Development](/categories/api)

nikjaysix/laravel-pinpayments
=============================

Laravel service provider for the Pin Payments API using the neotix/pin-php API.

1.0.4(7y ago)038MITPHPPHP &gt;=5.4.0

Since Sep 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/NikJaySix/Laravel-PinPayments)[ Packagist](https://packagist.org/packages/nikjaysix/laravel-pinpayments)[ RSS](/packages/nikjaysix-laravel-pinpayments/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

Pin Payments Wrapper for Laravel 5.+
====================================

[](#pin-payments-wrapper-for-laravel-5)

This is a wrapper using the noetix/pin-php library for the Pin Payments API. It creates a service provider and facade for autoloading into laravel.

How to Install
--------------

[](#how-to-install)

### Laravel 5.+

[](#laravel-5)

1. Install the `nikjaysix/laravel-pinpayments` package

    ```
    $ composer require nikjaysix/laravel-pinpayments
    ```
2. Update `config/app.php` to activate the LaravelPinPayments package

    ```
    # Add `LaravelPinPaymentsServiceProvider` to the `providers` array
    'providers' => array(
        ...
        NikJaySix\LaravelPinPayments\LaravelPinPaymentsServiceProvider::class,
    )

    # Add the `LaravelPinPaymentsFacade` to the `aliases` array
    'aliases' => array(
        ...
        'PinPayments' => NikJaySix\LaravelPinPayments\LaravelPinPaymentsFacade::class
    )
    ```
3. Generate a PinPayments config file

    ```
    $ php artisan vendor:publish
    ```
4. Update `app/config/chargify.php` with your Pin Payments API credentials

    ```
    return array(
        'key' => ''
    );
    ```

Example Usage
-------------

[](#example-usage)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Every ~122 days

Total

5

Last Release

2725d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1988361?v=4)[Nicole Jay](/maintainers/NikJaySix)[@NikJaySix](https://github.com/NikJaySix)

---

Top Contributors

[![NikJaySix](https://avatars.githubusercontent.com/u/1988361?v=4)](https://github.com/NikJaySix "NikJaySix (6 commits)")

### Embed Badge

![Health badge](/badges/nikjaysix-laravel-pinpayments/health.svg)

```
[![Health](https://phpackages.com/badges/nikjaysix-laravel-pinpayments/health.svg)](https://phpackages.com/packages/nikjaysix-laravel-pinpayments)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[rapidez/core

Rapidez Core

1822.4k66](/packages/rapidez-core)

PHPackages © 2026

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