Skip to content

Overview

The dbp/relay-cabinet-connector-campusonline-bundle is a Symfony bundle that provides a connector from the dbp/relay-cabinet-bundle to a custom-made CAMPUSonline API for fetching student data, such as information about all students, their studies, and their applications.

graph TB
    A[dbp/relay-cabinet-bundle] --> B[dbp/relay-cabinet-connector-campusonline-bundle]
    B --> C[CAMPUSonline API]
    C --> E[Student Information]
    C --> F[Studies Information]
    C --> G[Applications Information]

    style B stroke-width:3px

The connector depends on a custom made CO API for efficiently fetching student data including incremental updates.

Documentation