4-language SDK · Auto signing · Token refresh

Choose yourSDK

4-language official SDK covers mainstream stacks, unified API design, auto-handles OAuth 2.1 + PKCE + JWT + token refresh. Get app_key in 5 minutes, first call in 10.

🐘

PHP SDK

4.2k GitHub stars

Laravel / ThinkPHP / native PHP

$bash
composer require yunjii/open-sdk
  • OAuth 2.1 + PKCE auto-handle
  • JWT local verify
  • Auto token refresh
  • PSR-4 autoloading
View docs →
🟨

JavaScript SDK

3.8k GitHub stars

Browser / Node.js / Next.js / Vue / React

$bash
npm install @yunjii/open-sdk
  • Browser + BFF dual mode
  • Native TypeScript types
  • Next.js middleware example
  • PKCE auto-generation
View docs →
🐍

Python SDK

2.1k GitHub stars

Flask / Django / FastAPI

$bash
pip install yunjii-open-sdk
  • Sync/async dual support
  • FastAPI dependency injection
  • JWT pyjwt verify
  • Type annotations
View docs →
📱

Mini-program SDK

1.5k GitHub stars

WeChat / Alipay / QQ / Douyin / Taro / uni-app

$bash
npm install @yunjii/open-sdk-miniprogram
  • 4-platform unified API
  • PKCE mobile security
  • Token interceptor
  • Taro/uni-app cross-end
View docs →

Don't see your language?

All services follow REST + Bearer JWT standard, any HTTP-capable language can integrate. Refer to HTTP API docs, write signing in 10 minutes.