Download the PHP package sujinw/taobaoke-api without Composer

On this page you can find all versions of the php package sujinw/taobaoke-api. 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 taobaoke-api

阿里淘宝客SDK

可能是最优雅、简易的淘宝客SDK

基于ennnnny/tbk,添加部分接口。

安装

使用

说明文档

接口名称 对应方法
taobao.tbk.item.get (淘宝客商品查询) \$app->item->get()
taobao.tbk.item.convert (淘宝客商品链接转换)[官网貌似已移除此接口] \$app->item->convert()
taobao.tbk.item.recommend.get (淘宝客商品关联推荐查询) \$app->item->getRecommend()
taobao.tbk.item.info.get (淘宝客商品详情(简版)) \$app->item->getInfo()
taobao.tbk.shop.get (淘宝客店铺查询) \$app->shop->get()
taobao.tbk.shop.recommend.get (淘宝客店铺关联推荐查询) \$app->shop->getRecommend()
taobao.tbk.rebate.auth.get (淘宝客返利授权查询)[官网貌似已移除此接口] \$app->rebate->getAuth()
taobao.tbk.rebate.order.get (淘宝客返利订单查询)[官网貌似已移除此接口] \$app->rebate->getOrder()
taobao.tbk.uatm.event.get (枚举正在进行中的定向招商的活动列表) \$app->uatm->getEvent()
taobao.tbk.uatm.event.item.get (获取淘宝联盟定向招商的宝贝信息) \$app->uatm->getItemEvent()
taobao.tbk.uatm.favorites.item.get (获取淘宝联盟选品库的宝贝信息) \$app->uatm->getItemFavorites()
taobao.tbk.uatm.favorites.get (获取淘宝联盟选品库列表) \$app->uatm->getFavorites()
taobao.tbk.ju.tqg.get (淘抢购api) \$app->ju->getTqg()
taobao.tbk.item.click.extract (链接解析api) \$app->item->clickExtract()
taobao.tbk.spread.get (物料传播方式获取)[官网貌似已移除此接口] \$app->spread->get()
taobao.tbk.item.guess.like (淘宝客商品猜你喜欢) \$app->item->likeGuess()
taobao.tbk.dg.item.coupon.get (好券清单API【导购】) \$app->dg->getCouponItem()
taobao.tbk.coupon.get (阿里妈妈推广券信息查询) \$app->coupon->get()
taobao.tbk.tpwd.create (淘宝客淘口令) \$app->tpwd->create()
taobao.tbk.content.get (淘客媒体内容输出)[官网貌似已移除此接口] \$app->content->get()
taobao.tbk.dg.newuser.order.get (淘宝客新用户订单API--导购) \$app->dg->getOrderNewUser()
taobao.tbk.sc.newuser.order.get (淘宝客新用户订单API--社交) \$app->sc->getOrderNewUser()
taobao.tbk.sc.material.optional (通用物料搜索API)[官网貌似已移除此接口] \$app->sc->materialOptional()
taobao.tbk.dg.optimus.material (淘宝客物料下行-导购) \$app->dg->materialOptimus()
taobao.tbk.dg.material.optional (通用物料搜索API(导购)) \$app->dg->materialOptional()
taobao.tbk.dg.newuser.order.sum (拉新活动汇总API--导购) \$app->dg->sumOrderNewUser()
taobao.tbk.sc.newuser.order.sum (拉新活动汇总API--社交) \$app->sc->sumOrderNewUser()
taobao.tbk.sc.optimus.material (淘宝客擎天柱通用物料API - 社交) \$app->sc->materialOptimus()
taobao.tbk.sc.publisher.info.save (淘宝客渠道信息备案 - 社交)[官网貌似已移除此接口] \$app->sc->savePublisherInfo()
taobao.tbk.sc.publisher.info.get (淘宝客信息查询 - 社交)[官网貌似已移除此接口] \$app->sc->getPublisherInfo()
taobao.tbk.sc.invitecode.get (淘宝客邀请码生成-社交)[官网貌似已移除此接口] \$app->sc->getInviteCode()
taobao.tbk.sc.groupchat.message.send( 手淘群发单 )[官网貌似已移除此接口] \$app->sc->sendGroupchat()
taobao.tbk.sc.groupchat.create( 手淘群创建 )[官网貌似已移除此接口] \$app->sc->createGroupchat()
taobao.tbk.sc.groupchat.get( 手淘群查询 )[官网貌似已移除此接口] \$app->sc->getGroupchat()
taobao.tbk.offline.sc.info.save( 线下新零售渠道备案 ) \$app->sc->saveOfflineInfo()
taobao.tbk.dg.vegas.tlj.create( 淘礼金创建 ) \$app->dg->createTlj()

支持

License

MIT


All versions of taobaoke-api with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
pimple/pimple Version ^3.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 sujinw/taobaoke-api contains the following files

Loading the files please wait ....