You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@
4
4
5
5
Welcome to the **PHP** implementation of the KuCoin Universal SDK. This SDK is built based on KuCoin API specifications to provide a comprehensive and optimized interface for interacting with the KuCoin platform.
6
6
7
+
> **Note**
8
+
> This PHP SDK is maintained in two repositories:
9
+
> -[`kucoin/kucoin-universal-sdk`](https://github.com/kucoin/kucoin-universal-sdk): the main monorepo with SDKs for multiple languages. The PHP code resides in `/sdk/php`.
10
+
> -[`kucoin/kucoin-universal-php-sdk`](https://github.com/kucoin/kucoin-universal-php-sdk): a standalone mirror for Composer/Packagist publishing. It is synced from the main repo using Git Subtree.
11
+
7
12
For an overview of the project and SDKs in other languages, refer to the [Main README](https://github.com/kucoin/kucoin-universal-sdk).
0 commit comments