lingoda/thinkingcap-client

Lingoda Thinkingcap Bundle

Maintainers

Package info

github.com/lingoda/thinkingcap-client

Type:symfony-bundle

pkg:composer/lingoda/thinkingcap-client

Statistics

Installs: 25 633

Dependents: 0

Suggesters: 0

Stars: 1

3.1.0 2025-01-24 09:53 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