lingoda/thinkingcap-client

Lingoda Thinkingcap Bundle

Maintainers

Package info

github.com/lingoda/thinkingcap-client

Type:symfony-bundle

pkg:composer/lingoda/thinkingcap-client

Statistics

Installs: 29 758

Dependents: 0

Suggesters: 0

Stars: 1

4.1.0 2026-05-08 16:57 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