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
Requires
- php: ^7.4 || ^8.0
- ext-dom: *
- ext-soap: *
- ext-xml: *
- nesbot/carbon: ^2.46
- vlucas/phpdotenv: ^5.0
Requires (Dev)
- fakerphp/faker: ^1.9
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9.0
- symfony/var-dumper: ^5.2
This package is auto-updated.
Last update: 2022-02-14 10:15:47 UTC
README
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.