Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 537 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 537 Bytes

Thinkingcap Bundle

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