ecodenl / pico-wrapper
Wrapper for the PICO web service
v1.0.1
2022-08-10 08:48 UTC
Requires
- php: ^7.2.5|^8.0
- guzzlehttp/guzzle: ^6.3.1|^7.4.5
This package is auto-updated.
Last update: 2024-11-10 14:04:46 UTC
README
Installing
composer require ecodenl/pico-wrapper
Publishing
php artisan vendor:publish --provider=Ecodenl\PicoWrapper\PicoServiceProvider --tag=config
Calling the API
/** @var PicoClient $pico */ $pico = app()->make('pico'); $pico->bag_adres_pchnr(['query' => ['pc' => '1234 AB', 'hnr' => 1]]);