Download the PHP package chiho/wechatshop without Composer

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

WechatShop

微信小店接口PHP封装

官方文档

微信小店api文档地址:https://mp.weixin.qq.com/wiki/8/703923b7349a607f13fb3100163837f0.html

Install

Via Composer

目录

商品管理接口

增加商品

删除商品

修改商品

查询商品

获取指定状态的所有商品

商品上下架

获取指定分类的所有子分类

获取指定分类的库存信息

获取指定分类的所有属性

库存管理接口

增加库存

减少库存

邮费模板管理接口

增加邮费模板

修改邮费模板

获取邮费模板

获取所有邮费模板

删除邮费模板

分组管理接口

增加分组

删除分组

修改分组属性

修改分组商品

获取所有分组

获取分组信息

货架管理接口

增加货架

删除货架

修改货架

获取所有货架

获取货架信息

订单管理接口

获取订单详情

根据条件获取订单详情

设置订单发货信息

关闭订单

功能接口

上传图片

License

The MIT License (MIT). Please see License File for more information.


All versions of wechatshop with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.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 chiho/wechatshop contains the following files

Loading the files please wait ....