oont-contents/plugins/wpify-woo/deps/h4kuna/ares/bin/legal-form
2025-02-08 15:10:23 +01:00

12 lines
413 B
PHP

#!/usr/bin/env php
<?php
declare (strict_types=1);
namespace WpifyWooDeps;
use WpifyWooDeps\h4kuna\Ares;
require __DIR__ . '/../vendor/autoload.php';
$ares = (new Ares\AresFactory())->create();
$result = $ares->getAresClient()->searchEndpoint(Ares\Ares\Sources::DIAL, ['kodCiselniku' => 'PravniForma', 'zdrojCiselniku' => 'res'])->ciselniky[0]->polozkyCiselniku;
foreach ($result as $item) {
dump($item);
}