lingoda/thinkingcap-client

Lingoda Thinkingcap Bundle

安装次数: 5,808

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 16

分支: 0

类型:symfony-bundle

3.0.3 2024-04-03 11:32 UTC

README

为 Symfony 应用集成的 Thinkingcap API。

文档

要开始使用此包,请阅读 文档

安装

composer req lingoda/thinkingcap

包配置

# config/packages/thinkingcap.yaml

lingoda_thinkingcap:
    api_key: '...here comes the API key...'
    wsdl_urls:
        course_management: '...here comes the course management WSDL URL...'
        learner_management: '...here comes the learner management WSDL URL...'

TBRR