All Projects → overtrue → youzan

overtrue / youzan

Licence: other
【不再维护】Youzan SDK.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to youzan

youzan-pay
基于有赞云和有赞微小店实现个人收款解决方案。
Stars: ✭ 69 (+527.27%)
Mutual labels:  youzan, youzan-sdk, youzanyun, youzan-pay
open-sdk-node
有赞云网关 SDK for Node
Stars: ✭ 22 (+100%)
Mutual labels:  youzan, youzanyun
YouzanMobileSDK-iOS
有赞云AppSDK是为移动端应用打造的电商交易系统,通过一个SDK便可以在APP内集成有赞提供的整个交易服务。
Stars: ✭ 52 (+372.73%)
Mutual labels:  youzan, youzanyun
Zent
A collection of essential UI components written with React.
Stars: ✭ 2,133 (+19290.91%)
Mutual labels:  youzan
zent-kit
[DEPRACATED] React 组件库开发脚手架
Stars: ✭ 28 (+154.55%)
Mutual labels:  youzan
XamarinIOSBindLibary
绑定xamarin使用的国内第三方ios库 有赞商场 xamarin 讯飞语音识别 bugly
Stars: ✭ 13 (+18.18%)
Mutual labels:  youzan

Youzan

Youzan API client.

🚧警告!此 SDK 目前仅支持自用型应用,不支持其它类型的应用接入。 由于有赞的不人道的 996 策略,以及在没有通知用户的情况下关闭了个人收款渠道,现决定不再维护他们家任何相关 SDK,谢谢!

Installing

$ composer require overtrue/youzan -vvv

Usage

use Overtrue\Youzan\Client;

$clientId = '0a24a9a466xxxxxxx';
$clientSecret = 'eeb65cce4e1adf251306dxxxxxxxx';
$storeId = 40050388;

$client = new Client($clientId, $clientSecret, $storeId);

$response = $client->get('youzan.pay.qrcodes.get', ['page_size' => 1, 'page_no' => 1]);

// or 

$response = $client->post('youzan.pay.xxxx.xxx', ['xxx' => 'xxx']);

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. Contribute new features or update the wiki.

The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.

PHP 扩展包开发

想知道如何从零开始构建 PHP 扩展包?

请关注我的实战课程,我会在此课程中分享一些扩展开发经验 —— 《PHP 扩展包实战教程 - 从入门到发布》

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].