Download the PHP package yaroslawww/laravel-supercontrol without Composer
On this page you can find all versions of the php package yaroslawww/laravel-supercontrol. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yaroslawww/laravel-supercontrol
More information about yaroslawww/laravel-supercontrol
Files in yaroslawww/laravel-supercontrol
Package laravel-supercontrol
Short Description Laravel SuperControl api client
License MIT
Homepage https://github.com/yaroslawww/laravel-supercontrol
Informations about the package laravel-supercontrol
Laravel supercontrol API client
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
Configuration in .env
Legacy API endpoints
siteID is not required (by default it specified on laravel configs)
See full docs: SuperControl API Endpoint Overview.pdf
API V1 endpoints
client->ID is not required (by default it specified on laravel configs)
client->key is not required (by default it specified on laravel configs)
client->siteID is not required (by default it specified on laravel configs)
See full docs there
API V3 endpoints
Header SC-TOKEN is not required (by default it specified on laravel configs)
See full docs: Data Export API Documentation.pdf
API Booking endpoints
client->ID is not required (by default it specified on laravel configs)
client->key is not required (by default it specified on laravel configs)
See full docs: SuperControl Booking API.pdf
Credits
All versions of laravel-supercontrol with dependencies
guzzlehttp/guzzle Version ^6.0|^7.0
spatie/array-to-xml Version ^2.11
mtownsend/xml-to-array Version ^1.0