Download the PHP package maxzhang/dataoke-sdk without Composer

On this page you can find all versions of the php package maxzhang/dataoke-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 dataoke-sdk

Dataoke-sdk

基于大淘客开放平台Api封装的 Composer Package 组件包.

目录结构:

安装:

说明:

目前完成:

分类 名称 版本 应用场景 接口说明
入库更新API
商品详情 v1.2.3 用于查看某个具体商品的详细信息,帮助用户购买决策。可构建单品详情页 接口说明
定时拉取 v1.2.3 用于商品增量更新,无重复拉取商品。建议开始时间为上次调用的时间,结束时间为当前时间。 接口说明
定时拉取 v1.0.0 用于查看京东某个具体商品的详细信息,帮助用户购买决策。用于构建单品详情页。 接口说明
基础功能API
高佣转链 v1.3.1 可用于导购平台的高拥转链工具 接口说明
淘口令转淘口令 v1.0.0 当用户从其他渠道采集到商品口令,想要自己推广,可以将此转为自己的淘口令 接口说明
淘口令生成 v1.0.0 该接口可以将二合一链接、长链接、短链接等各种淘宝高佣链接,生成淘口令 接口说明
搜索相关API
大淘客搜索 v2.1.1 基于大淘客商品数据进行搜索 接口说明
超级搜索 v1.0.1 基于大淘客和淘宝联盟的商品两个平台的数据进行搜索,优先搜索大淘客优质商品,若查不到则会请求联盟商品。推荐在CMS等导购网站中使用 接口说明
特色栏目API
9.9包邮精选 v1.0.2 可用于搭建淘客导购软件:网站,cms,公众号,小程序等应用的特色栏目 接口说明
各大榜单 v1.1.2 可用于搭建自己的特色榜单,帮助用户快速决策购买优质的商品,提升选品体验 接口说明
猜你喜欢 v1.2.2 可用于用户查看某个商品详情后相关商品的推荐或首页内容推荐 接口说明
每日爆品推荐 v1.0.0 可用于特色栏目专区搭建,或者社群分发推广 接口说明
京东大牌折扣 v1.0.0 可用于搭建京东品牌商品特色栏目,商品质量保证,性价比高,转化高 接口说明
历史新低商品合集 v1.0.0 可用户搭建历史新低商品合集专题 接口说明
大淘客独家券商品 v1.0.0 大淘客平台独家优惠券,可用于创建营销栏目。 接口说明
每日半价 v1.0.0 可用于特色营销栏目搭建或社群分发推广 接口说明
折上折 v1.0.0 可用于搭建导购网站、APP、小程序等应用的特色栏目或社群分发推广 接口说明
官方活动(淘宝1元购) v1.2.0 可用于导购平台的活动推广专区 接口说明
热门主播力荐商品 v1.0.0 可用于搭建淘宝直播商品特色栏目 接口说明
线报 v2.0.0 可用于app、自动发单、社群等场景,提前透出商品优惠信息,便于拉新促活,提高转化,锁佣快人一步 接口说明

官方文档

使用方法(参考suning-sdk):

laravel 框架中使用

laravel 5.5以下安排完毕后需要自行配置ServiceProvider:

config/app.php文件providers中添加 MaxZhang\DataokeSdk\ServiceProvider::class

laravel >=5.5 自动注册

1.安装完毕后,config/services.php添加appkey等相关配置

2. .env文件中新增配置项

3. 配置完毕,新建控制器 开始写业务代码

如上,可以用两种方式来获取 MaxZhang\DataokeSdk\DefaultDataokeClient 实例:

方法注入

服务名访问

License

MIT Licence 2.0


All versions of dataoke-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
ext-curl Version *
ext-json Version *
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 maxzhang/dataoke-sdk contains the following files

Loading the files please wait ....