PHPackages                             riazxrazor/thankster - 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. riazxrazor/thankster

ActiveLibrary[API Development](/categories/api)

riazxrazor/thankster
====================

1.1.0(8y ago)013.0k↓33.3%1MITPHPPHP ^7.0

Since Apr 19Pushed 8y ago3 watchersCompare

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

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

thankster
=========

[](#thankster)

Laravel wrapper for thankster api integration.

Api Documentation
=================

[](#api-documentation)

For documentation on the api please refer to

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

[](#installation)

Open `composer.json` and add this line below.

```
{
    "require": {
        "riazxrazor/thankster": "^1.0.0"
    }
}
```

Or you can run this command from your project directory.

```
composer require riazxrazor/thankster
```

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

[](#configuration)

Open the `config/app.php` and add this line in `providers` section.

```
Riazxrazor\Thankster\ThanksterServiceProvider::class,
```

add this line in the `aliases` section.

```
'Thankster' => Riazxrazor\Thankster\ThanksterFacade::class
```

get the `config` by running this command.

```
php artisan vendor:publish --tag=config
```

config option can be found `app/thankster.php`

```

    'API_KEY' => 'Thankster API KEY',

    'DEBUG' => FALSE

```

Basic Usage
-----------

[](#basic-usage)

You can use the function like this.

```
// Load, create, or update a user account.
\Thankster::findOrCreateUserByEmail([
                                          'email'     => 'iframetester@igicom.com',
                                          'fname'     => 'Michael',
                                          'lname'     => 'Scharf',
                                          'address'   => '123 Road',
                                          'address2'  => 'Apartment 5F',
                                          'city'      => 'New Martinsville',
                                          'state'     => 'WV',
                                          'zip'       => '26155',
                                          'company'   => 'Igicom LLC'
                                      ])->getResponse();

// This creates a new Project with a single card in it.
\Thankster::createCardProject([
                                        'templateID'=> 1433354,
                                        'thanksterUserID'=>7655,
                                        'r_fname'     => 'Michael',
                                        'r_lname'     => 'Scharf',
                                        'r_company'   => 'Igicom LLC',
                                        'r_address'   => '123 Road',
                                        'r_address2'  => 'Apartment 5F',
                                        'r_city'      => 'New Martinsville',
                                        'r_state'     => 'WV',
                                        'r_zip'       => '26155',
                                        'r_country'   => 'US',
                                        'r_email'     => 'iframetester@igicom.com'

                                      ])->getResponse();
\Thankster::applyMessages([
                                'thanksterRecipientID' => 1221,
                                'thanksterUserID' => 1,
                                'inside1' => "TEXT",
                                'inside2' => "TEXT 2"
                            ])->getResponse();

\Thankster::orderProject([
                             'thanksterProjectID' => 1212,
                             'thanksterUserID' => 1,
                         ])->getResponse();

\Thankster::setPartnerOrderID([
                              'thanksterOrderID' => 1212,
                              'orderID' => 34,
                          ])->getResponse();

\Thankster::approveForPrinting([
                              'thanksterOrderID' => 1212,
                              'orderID' => 34,
                          ])->getResponse();

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~283 days

Total

2

Last Release

3026d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b134c03a76b1aca0a76a51acc26755a847fbde276db83cca7e65e619f0aa6a7c?d=identicon)[riazXrazor](/maintainers/riazXrazor)

---

Top Contributors

[![riazXrazor](https://avatars.githubusercontent.com/u/13194363?v=4)](https://github.com/riazXrazor "riazXrazor (2 commits)")

---

Tags

apicardpostthankster

### Embed Badge

![Health badge](/badges/riazxrazor-thankster/health.svg)

```
[![Health](https://phpackages.com/badges/riazxrazor-thankster/health.svg)](https://phpackages.com/packages/riazxrazor-thankster)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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