lingoda / thinkingcap-client
Lingoda Thinkingcap Bundle
Installs: 9 636
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 17
Forks: 0
Type:symfony-bundle
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
- dev-master
- 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-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: 2025-02-24 09:56: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