PHPackages                             onecoder/easytaoke - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. onecoder/easytaoke

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

onecoder/easytaoke
==================

最简单易用，最全的PHP淘客SDK

1.0.0(5y ago)25299MITPHP

Since Jan 2Pushed 5y agoCompare

[ Source](https://github.com/CoderOpen/EasyTaoKe)[ Packagist](https://packagist.org/packages/onecoder/easytaoke)[ RSS](/packages/onecoder-easytaoke/feed)WikiDiscussions main Synced 3d ago

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

 EasyTaoKe
===========

[](#-easytaoke-)

 致力于最简单易用，最全的PHP淘客SDK.

Composer安装
----------

[](#composer安装)

```
$ composer require onecoder/easytaoke -vvv
```

用法
--

[](#用法)

```
$config = [
    'key'             => '',  //美团联盟key
    'secret'          => '',  //美团联盟secret
    'callback_secret' => '',  //美团联盟callback_secret
];

//实例化美团联盟应用
$meiTuanUnion = \OneCoder\EasyTaoKe\Factory::meiTuanUnion($config);
$startTime = date('Y-m-d H:i:s', time() - 24 * 60 * 60);
$endTime   = date('Y-m-d H:i:s');

//获取美团联盟订单
$data = $meiTuanUnion->getOrderList($startTime, $endTime);

//回调验证,返回true验证通过
$callBackResult = $meiTuanUnion->validateCallback($params);
```

贡献
--

[](#贡献)

欢迎广大PHPer一起加入淘客CPS SDK开发，致力于最完善易用的开源 SDK， 一起来PR，能做出来一个很多人使用的SDK，我想应该是每一个coder的梦想。

关于作者
----

[](#关于作者)

公众号《一只码》创作者，交个朋友微信phpcoder666

开源协议
----

[](#开源协议)

MIT

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

1958d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/788320?v=4)[Brad Carr](/maintainers/onecoder)[@onecoder](https://github.com/onecoder)

---

Top Contributors

[![leixiaokou](https://avatars.githubusercontent.com/u/40082151?v=4)](https://github.com/leixiaokou "leixiaokou (3 commits)")

### Embed Badge

![Health badge](/badges/onecoder-easytaoke/health.svg)

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

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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