Download the PHP package yumufeng/tbk-union-sdk without Composer

On this page you can find all versions of the php package yumufeng/tbk-union-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package tbk-union-sdk

淘宝联盟SDK

淘宝联盟SDK

PHP =>7.0

composer require yumufeng/tbk-union-sdk

如果是在swoole 扩展下使用,支持协程并发,需要在编译swoole扩展的时候开启,系统会自动判断是否采用swoole

使用

说明文档

接口名称 对应方法
taobao.tbk.content.get( 淘宝客-推广者-图文内容输出 ) \$app->content->get()
taobao.tbk.content.effect.get( 淘宝客-推广者-图文内容效果数据 ) \$app->content->effect()
taobao.tbk.coupon.get (阿里妈妈推广券信息查询) \$app->coupon->get()
taobao.tbk.dg.newuser.order.get(淘宝客-推广者-新用户订单明细查询) \$app->dg->newuser_order_get()
taobao.tbk.dg.newuser.order.sum(淘宝客-推广者-拉新活动对应数据查询) \$app->dg->newuser_order_sum()
taobao.tbk.dg.optimus.material( 淘宝客-推广者-物料精选 ) \$app->dg->material_optimus()
taobao.tbk.dg.material.optional( 淘宝客-推广者-物料搜索) \$app->dg->material_optional()
taobao.tbk.dg.vegas.tlj.create( 淘宝客-推广者-淘礼金创建 ) \$app->dg->tlj()
taobao.tbk.dg.vegas.tlj.instance.report( 淘宝客-推广者-淘礼金发放及使用报表 ) \$app->dg->tlj_report()
taobao.tbk.item.recommend.get (淘宝客商品关联推荐查询) \$app->item->recommend()
taobao.tbk.item.info.get (淘宝客商品详情(简版)) \$app->item->get()
taobao.tbk.item.click.extract (链接解析api) \$app->item->extractClick()
taobao.tbk.item.word.get(淘宝客-推广者-商品出词) \$app->item->word()
taobao.tbk.ju.tqg.get (淘抢购api) \$app->ju->tqg()
taobao.tbk.order.details.get( 淘宝客-推广者-所有订单查询 ) \$app->order->get()
taobao.tbk.relation.refund( 淘宝客-推广者-维权退款订单查询 ) \$app->order->refund()
taobao.tbk.dg.punish.order.get( 淘宝客-推广者-处罚订单查询 ) \$app->order->punish()
taobao.tbk.sc.invitecode.get( 淘宝客-公用-私域用户邀请码生成 ) \$app->sc->inviteCode()
taobao.tbk.sc.publisher.info.get( 淘宝客-公用-私域用户备案信息查询 ) \$app->sc->publisherInfoGet()
taobao.tbk.sc.publisher.info.save( 淘宝客-公用-私域用户备案 ) \$app->sc->publisherInfoSave()
taobao.tbk.shop.recommend.get(淘宝客店铺关联推荐查询) \$app->shop->recommend()
taobao.tbk.shop.get (淘宝客店铺查询) \$app->shop->get()
taobao.tbk.tpwd.create (淘宝客淘口令) \$app->tools->createTpwd()
taobao.tbk.activitylink.get( 淘宝联盟官方活动推广API-媒体 ) \$app->tools->getActivityLink()
taobao.tbk.spread.get( 淘宝客-公用-长链转短链 ) \$app->tools->spreadGet()
taobao.tbk.uatm.favorites.get( 获取淘宝联盟选品库列表 ) \$app->uatm->get()
taobao.tbk.uatm.favorites.item.get (获取淘宝联盟选品库的宝贝信息) \$app->uatm->item()

支持

MIT


All versions of tbk-union-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
yumufeng/curl-swoole Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package yumufeng/tbk-union-sdk contains the following files

Loading the files please wait ....