lingoda / thinkingcap-client
Lingoda Thinkingcap Bundle
Package info
github.com/lingoda/thinkingcap-client
Type:symfony-bundle
pkg:composer/lingoda/thinkingcap-client
4.0.0
2026-03-24 12:21 UTC
Requires
- php: ^8.3
- nyholm/psr7: ^1.7
- phpro/soap-client: ^4.0
- symfony/framework-bundle: ^7.0 || ^8.0
- symfony/http-client: ^7.0 || ^8.0
- symfony/yaml: ^7.0 || ^8.0
Requires (Dev)
- laminas/laminas-code: ^4.5
- phpspec/phpspec: ^7.2 || ^8.0
- phpunit/phpunit: ^11.0
- dev-master
- 4.0.0
- 3.1.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.4.1
- 2.4.0
- 2.3.2
- dev-symfony8_php85_upgrade
- dev-update-client
- dev-LW-29511-deprecations
- dev-not-initialized-property
- dev-symfony7_upgrade
- dev-leftovers-after-upgrade-to-3.0.0
- dev-upgrade-soap-package
- dev-update-tc-package-to-the-latest-WDSL
- dev-upgrade-deps
- dev-LW-23823-upgrade-soap-client
- dev-master-test
This package is auto-updated.
Last update: 2026-03-24 12:24:26 UTC
README
Thinkingcap API integration for Symfony apps.
Documentation
To start using this package, read the documentation.
Installation
composer req lingoda/thinkingcap
Bundle configuration
# 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