Download the PHP package docplanner/integrations-api-sdk-php without Composer

On this page you can find all versions of the php package docplanner/integrations-api-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package integrations-api-sdk-php

Requirements

Installation & Usage

Composer

To install the bindings via Composer, run composer require docplanner/integrations-api-sdk-php.

Manual Installation

Download the files and include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

Authorization

To get access to API you need to make request to https://www.{domain}/oauth/v2/token for access token using your client credentials (client_id and client_secret). Then it could be injected to Configuration which is used to instantiate API clients. Whole authorization process is based on OAuth2 protocol with grant_type = client_credentials and scope = integration. Obtained token is valid for the next 24h, so it is good practice to cache it for that period.

Example

Documentation for API Endpoints

All URIs are relative to https://www.{domain}/api/v3/integration

Class Method HTTP request Description
APINotificationCallbacksApi pullMultipleNotification GET /notifications/multiple
APINotificationCallbacksApi pullNotification GET /notifications
APINotificationCallbacksApi pushNotifications POST /{client-endpoint-url}
APINotificationCallbacksApi releaseNotifications POST /notifications/release
AddressesApi getAddress GET /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}
AddressesApi getAddresses GET /facilities/{facility_id}/doctors/{doctor_id}/addresses
BookingsApi cancelBooking DELETE /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/bookings/{booking_id}
BookingsApi getBooking GET /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/bookings/{booking_id}
BookingsApi getBookings GET /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/bookings
BookingsApi moveBooking POST /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/bookings/{booking_id}/move
BookingsApi requestOpinion PUT /facilities/{facility_id}/doctors/{doctor_id}/opinion-request
CalendarBreaksApi addCalendarBreak POST /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/breaks
CalendarBreaksApi deleteCalendarBreak DELETE /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/breaks/{break_id}
CalendarBreaksApi getCalendarBreak GET /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/breaks/{break_id}
CalendarBreaksApi getCalendarBreaks GET /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/breaks
CalendarBreaksApi moveCalendarBreak PATCH /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/breaks/{break_id}
CalendarsApi disableCalendar POST /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/calendar/disable
CalendarsApi enableCalendar POST /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/calendar/enable
DoctorsApi getDoctor GET /facilities/{facility_id}/doctors/{doctor_id}
DoctorsApi getDoctors GET /facilities/{facility_id}/doctors
FacilitiesApi getFacilities GET /facilities
FacilitiesApi getFacility GET /facilities/{facility_id}
InsurancesApi addAddressInsuranceProvider POST /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/insurance-providers
InsurancesApi deleteAddressInsuranceProvider DELETE /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/insurance-providers/{insurance_provider}
InsurancesApi getAddressInsuranceProviders GET /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/insurance-providers
InsurancesApi getInsurancePlans GET /insurance-providers/{insurance_provider_id}/plans
InsurancesApi getInsuranceProviders GET /insurance-providers
InsurancesApi updateOrCreateAddressInsuranceProvider PUT /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/insurance-providers
PatientPresenceApi markPatientAbsence DELETE /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/bookings/{booking_id}/presence/patient
PatientPresenceApi markPatientPresence POST /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/bookings/{booking_id}/presence/patient
ServicesApi addAddressService POST /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/services
ServicesApi deleteAddressService DELETE /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/services/{address_service_id}
ServicesApi getAddressService GET /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/services/{address_service_id}
ServicesApi getAddressServices GET /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/services
ServicesApi getServices GET /services
ServicesApi updateAddressService PATCH /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/services/{address_service_id}
SlotsApi bookSlot POST /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/slots/{start}/book
SlotsApi deleteSlots DELETE /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/slots/{date}
SlotsApi getSlots GET /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/slots
SlotsApi replaceSlots PUT /facilities/{facility_id}/doctors/{doctor_id}/addresses/{address_id}/slots

Documentation For Models


All versions of integrations-api-sdk-php with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2|^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package docplanner/integrations-api-sdk-php contains the following files

Loading the files please wait ....