lingoda / thinkingcap-client
Lingoda Thinkingcap Bundle
3.0.3
2024-04-03 11:32 UTC
Requires
- php: ^8.1
- nyholm/psr7: ^1.7
- phpro/soap-client: ^3.0
- symfony/framework-bundle: ^5.4 || ^6.3 || ^7.0
- symfony/http-client: ^5.4 || ^6.3 || ^7.0
- symfony/yaml: ^5.4 || ^6.3 || ^7.0
Requires (Dev)
- laminas/laminas-code: ^4.5
- phpspec/phpspec: ^7.2
- phpunit/phpunit: ^9.5
- symfony/phpunit-bridge: ^5.4 || ^6.3 || ^7.0
This package is auto-updated.
Last update: 2024-09-03 12:25:44 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