PHPackages                             palpalani/sticky-laravel - 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. palpalani/sticky-laravel

ActiveLibrary

palpalani/sticky-laravel
========================

Sticky Subscription Commerce Platform Client for Laravel 8/9

0.5.0(1y ago)11.1k[1 PRs](https://github.com/palpalani/sticky-laravel/pulls)MITPHPPHP ^8.0CI passing

Since Aug 5Pushed 1mo agoCompare

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

READMEChangelog (4)Dependencies (12)Versions (7)Used By (0)

Sticky Subscription Commerce Platform Client for Laravel
========================================================

[](#sticky-subscription-commerce-platform-client-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/dae86f000d1af527f3a4dfc29f1af5b51fcf28af75b83c9b4448018295599081/68747470733a2f2f706f7365722e707567782e6f72672f70616c70616c616e692f737469636b792d6c61726176656c2f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/palpalani/sticky-laravel)[![License](https://camo.githubusercontent.com/c311a124910befd10a737cdbf126797b476829e4d1b2a645f0c03ae9ff63ec69/68747470733a2f2f706f7365722e707567782e6f72672f70616c70616c616e692f737469636b792d6c61726176656c2f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/palpalani/sticky-laravel)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e5f89d4ceac84505b01895143499c4956e64cb96d694c766efb3fe09df40eb84/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70616c70616c616e692f737469636b792d6c61726176656c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d6173746572266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/palpalani/sticky-laravel/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amaster)

Sticky Subscription Commerce (formerly Lime Light CRM) client for Laravel Framework.

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

[](#installation)

You can install the package via composer:

```
composer require palpalani/sticky-laravel

```

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

[](#documentation)

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

[](#configuration)

After installing the package, register the `KevinEm\LimeLightCRMLaravel\LimeLightCRMLaravelServiceProvider`in your `config/app.php` configuration file:

```
'providers' => [
    // Other service providers...

    KevinEm\LimeLightCRMLaravel\LimeLightCRMLaravelServiceProvider::class,
],
```

Also, you can add the `LimeLightCRMLaravel` facade to the `aliases` array in your `config/app.php` configuration file:

```
'aliases' => [
    // Other facades...

    'LimeLightCRM' => KevinEm\LimeLightCRMLaravel\Facades\LimeLightCRMLaravel::class,
],
```

Publish the config using the following command:

```
$ php artisan vendor:publish
```

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

[](#example-usage)

```
LimeLightCRM::membership()->validateCredentials();

LimeLightCRM::membership()->viewCustomer(['customer_id' => 86]);

LimeLightCRM::transaction()->newProspect([
    'firstName' => 'John',
    'lastName' => 'Doe',
    'email' => 'jdoe@gmail.com'
]);
```

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

42

—

FairBetter than 90% of packages

Maintenance67

Regular maintenance activity

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 67.8% 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 ~748 days

Total

5

Last Release

575d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.5.0

0.2.0PHP ^8.0

### 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 (61 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (27 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

ecommercelaravellaravel-frameworklaravel-packagephplaravelpalpalanisticky-subscriptionsubscription-commercelime-light-crm-laravel

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[highsolutions/eloquent-sequence

A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.

121130.3k](/packages/highsolutions-eloquent-sequence)[glhd/linen

21135.6k](/packages/glhd-linen)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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