ecodenl/pico-wrapper

Wrapper for the PICO web service

v1.0.1 2022-08-10 08:48 UTC

This package is auto-updated.

Last update: 2024-05-10 13:03:14 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]]);