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