PHPackages                             thank-song/teapplix - 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. thank-song/teapplix

ActiveLibrary[API Development](/categories/api)

thank-song/teapplix
===================

Laravel package for Teapplix API.

V1.0.3(8mo ago)014MITPHPPHP ^8.0

Since Jun 19Pushed 8mo agoCompare

[ Source](https://github.com/AndyMoxq/teapplix)[ Packagist](https://packagist.org/packages/thank-song/teapplix)[ RSS](/packages/thank-song-teapplix/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Teapplix Laravel Package
========================

[](#teapplix-laravel-package)

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

[](#installation)

> Compatible with Laravel 8.x and above

We recommend installing the package locally using the following command:

```
composer require thank-song/teapplix
> 适配 Laravel 8.x 及以上版本
```

⚙️ 配置 Configuration
-------------------

[](#️-配置-configuration)

直接在环境文件(.env)中新增 `TEAPPLIX_API_TOKEN=93***-*****-*****-*****-*****-*****-*9d3` 变量：

或发布配置文件到主项目：

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

在 `config/teapplix.php` 中配置：

```
return [
    // 使用 .env 中的配置自动初始化
    'api_token'=>env('TEAPPLIX_API_TOKEN','YOUR-API-TOKEN-HERE')
];
```

🚀 使用方式 Usage
------------

[](#-使用方式-usage)

### 📝 示例：获取产品列表

[](#-示例获取产品列表)

```
use ThankSong\Teapplix\Teapplix;

$res = Teapplix::getProducts();
dump($res -> getData());
dump($res -> getPage());
dump($res -> getPageSize());
dump($res -> hasMore());
```

📚 License
---------

[](#-license)

MIT

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance59

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

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

Total

4

Last Release

260d ago

### Community

Maintainers

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

---

Tags

laravelteapplix

### Embed Badge

![Health badge](/badges/thank-song-teapplix/health.svg)

```
[![Health](https://phpackages.com/badges/thank-song-teapplix/health.svg)](https://phpackages.com/packages/thank-song-teapplix)
```

###  Alternatives

[rakibdevs/openweather-laravel-api

Laravel package to connect https://openweathermap.org/ to get customized weather data for any location on the globe immediately

7648.2k](/packages/rakibdevs-openweather-laravel-api)

PHPackages © 2026

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