Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 350 Bytes

File metadata and controls

19 lines (15 loc) · 350 Bytes

Pico wrapper

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]]);