tyteck/skiloisirsdiffusion

This package is abandoned and no longer maintained. No replacement package was suggested.

Need to speak to ski loisirs diffusion soap service ?.

v1.0.3 2021-05-14 08:49 UTC

README

Build Status HitCount

Description

The goal of this lib is to help developers to interact with SkiLoisirsDiffusion SOAP API. This api require lot of data and I hope this help will help.

Installation/Requirements

composer require tyteck/skiloisirsdiffusion

Usage

First of all you should fill a .env (or config file) with the value as showed in .env-sample.

Here are some examples.

ETAT_SITE

SkiLoisirsDiffusion::create($this->sldDomainUrl, $this->partenaireId)->ETAT_SITE()

Will return true if Skiloisirs Diffusion servers are online.

Todo

Actually I'm trying to make dataset creation as easy as possible. I'm not used to consume SOAP APIs so it's a little fight with myself. Any help appreciated.