lingoda/thinkingcap-client

Lingoda Thinkingcap Bundle

Installs: 1 224

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 15

Forks: 0

Type:symfony-bundle

3.0.3 2024-04-03 11:32 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