PHPackages                             palpalani/sticky-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. [Payment Processing](/categories/payments)
4. /
5. palpalani/sticky-php

ActiveLibrary[Payment Processing](/categories/payments)

palpalani/sticky-php
====================

Sticky Subscription Commerce Platform PHP Client

0.3.1(1y ago)010.9k[1 PRs](https://github.com/palpalani/sticky-php/pulls)1MITPHPPHP ^8.2CI passing

Since Aug 5Pushed 1mo agoCompare

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

READMEChangelog (4)Dependencies (8)Versions (14)Used By (1)

Sticky Subscription Commerce Platform PHP Client
================================================

[](#sticky-subscription-commerce-platform-php-client)

[![Latest Stable Version](https://camo.githubusercontent.com/0883df856b8511449212994434a3459ffcd99a466c9329bb318f09377f608ac9/68747470733a2f2f706f7365722e707567782e6f72672f70616c70616c616e692f737469636b792d7068702f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/palpalani/sticky-php)[![License](https://camo.githubusercontent.com/3ba53587a3ad3dafcca5f2a544961a0c71c6de05e032ec72470d03b37c314cfc/68747470733a2f2f706f7365722e707567782e6f72672f70616c70616c616e692f737469636b792d7068702f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/palpalani/sticky-php)

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

[](#installation)

To install, use composer:

```
composer require palpalani/sticky-php

```

Documentation
-------------

[](#documentation)

### Example Usage

[](#example-usage)

```
$limelightCRM = new LimeLightCRM([
    'base_url' => 'your_url',
    'username' => 'your_username',
    'password' => 'your_password'
]);

$limelightCRM->transaction()->newOrder([
    'firstName'  => 'John',
    'lastName' => 'Doe',
    'email' => 'jdoe@gmail.com'
]);

$limelightCRM->transaction()->newOrderWithProspect([
    'firstName'  => 'John',
    'lastName' => 'Doe',
    'email' => 'jdoe@gmail.com'
]);

$limelightCRM->membership()->findActiveCampaign();

$limelightCRM->membership()->viewCampaign([
    'campaign_id' => 1
]);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [palPalani](https://github.com/palpalani)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance65

Regular maintenance activity

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 62.4% 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 ~321 days

Recently: every ~676 days

Total

10

Last Release

679d ago

PHP version history (3 changes)0.1.0PHP &gt;=5.6.0

0.2.0PHP &gt;=7.4

0.3.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/716695?v=4)[Palaniappan P](/maintainers/palpalani)[@palpalani](https://github.com/palpalani)

---

Top Contributors

[![palpalani](https://avatars.githubusercontent.com/u/716695?v=4)](https://github.com/palpalani "palpalani (53 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (28 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")[![StevenDao](https://avatars.githubusercontent.com/u/3487872?v=4)](https://github.com/StevenDao "StevenDao (2 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/palpalani-sticky-php/health.svg)

```
[![Health](https://phpackages.com/badges/palpalani-sticky-php/health.svg)](https://phpackages.com/packages/palpalani-sticky-php)
```

###  Alternatives

[chargebee/chargebee-php

ChargeBee API client implementation for PHP

768.0M9](/packages/chargebee-chargebee-php)[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42337.5k4](/packages/bitpay-sdk)[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)

PHPackages © 2026

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