tyteck / skiloisirsdiffusion
Need to speak to ski loisirs diffusion soap service ?.
Installs: 854
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/tyteck/skiloisirsdiffusion
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
 
- dev-main
 - v1.0.3
 - v1.0.2
 - v1.0.1
 - v1.0
 - v0.10
 - v0.9.1
 - v0.9
 - 0.3.5
 - v0.3.4
 - v0.3.3
 - v0.3.2
 - v0.3.1
 - v0.3
 - v0.2.9
 - v0.2.8
 - v0.2.7
 - v0.2.6
 - v0.2.5
 - v0.2.4
 - v0.2.3
 - 0.2.2
 - 0.2.1
 - 0.2
 - 0.1
 - dev-dev
 - dev-order-status-label
 - dev-adding-order-status
 - dev-logs
 - dev-passation_commande
 - dev-cedataset-updated
 - dev-playing-with-travis
 - dev-faking-real-articles
 - dev-xsi_nil_shortened
 - dev-xsi-nil
 
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.