lingoda / thinkingcap-client
Lingoda Thinkingcap Bundle
Package info
github.com/lingoda/thinkingcap-client
Type:symfony-bundle
pkg:composer/lingoda/thinkingcap-client
4.1.0
2026-05-08 16:57 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
This package is auto-updated.
Last update: 2026-06-08 17:09:22 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