rongcloud / php-sdk
Rong Cloud Server SDK in PHP.
v3.4.2
2026-03-17 01:44 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2026-05-20 03:13:33 UTC
README
Rong Cloud Server SDK in PHP
Version description
Server SDK 3.0 simplifies integration and improves maintenance with standardized naming and a clearer structure. Older versions remain usable but won’t receive updates.
New users should start with Server SDK 3.0. Existing users must test thoroughly before upgrading.
API documentation
- Official documentation (https://docs.rongcloud.io/platform-chat-api)
Usage tutorial
- Include
RongCloud/RongCloud.php - Check API call examples in the
examplefolder - Review API test cases in the
testsfolder
Composer
- Official package URL (https://packagist.org/packages/rongcloud/php-sdk)
- Install with:
composer require rongcloud/php-sdk dev-master