rongcloud / php-sdk
Rong Cloud Server SDK in PHP.
Installs: 79 003
Dependents: 4
Suggesters: 0
Security: 0
Stars: 16
Watchers: 24
Forks: 12
Open Issues: 5
Requires
- php: >=5.3.0
- dev-master
- v3.3.5
- v3.3.4
- v3.3.2
- v3.2.8
- v3.2.6
- v3.2.5
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.8
- v3.1.7.01
- v3.1.7
- v3.1.5.02
- v3.1.5.01
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.18
- v3.0.17
- v3.0.16
- v3.0.15
- v3.0.14
- v3.0.13
- v3.0.12
- v3.0.11
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.0.3
- v2.0.2
- v2.0.1
- v1.0.4
- v1.0.2
- v1.0.1
- v1.0
This package is auto-updated.
Last update: 2025-04-02 09:31:51 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
example
folder - Review API test cases in the
tests
folder
Composer
- Official package URL (https://packagist.org/packages/rongcloud/php-sdk)
- Install with:
composer require rongcloud/php-sdk dev-master