witte_automotive/ambulance_connector

Connector for connection to the Penta Hospitals ambulance booking system

v1.0.1 2022-07-26 11:39 UTC

This package is not auto-updated.

Last update: 2024-05-01 02:09:10 UTC


README

This package integrates communication with Penta Hospitals' interface for managing WITTE Automotive's employee examination bookings.
This extension is used for internal needs of WITTE Nejdek, spol. s r.o., WITTE Access Technology s.r.o. and WITTE Paint Application s.r.o.

Installation

The best way to install witte_automotive/ambulance_connector is using Composer:

composer require witte_automotive/ambulance_connector

then you can register extension into DIC:

extensions:
  ambulanceConnector: witte_automotive\AmbulanceConnector\Extension

Configuration

ambulanceConnector:
  uri: "<uri here>"
  token: <token here>