ecodenl / pico-wrapper
Wrapper for the PICO web service
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/ecodenl/pico-wrapper
Requires
- php: ^7.2.5|^8.0
- guzzlehttp/guzzle: ^6.3.1|^7.4.5
This package is auto-updated.
Last update: 2025-09-10 15:48:58 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]]);