serokuz / reforma-gkh-api
reforma-gkh.ru API
1.0.1
2021-02-24 17:46 UTC
This package is not auto-updated.
Last update: 2024-09-20 08:51:03 UTC
README
Api Laravel 用于与 https://www.reformagkh.ru/api SOAP 交互
安装: composer require serokuz/reforma-gkh-api
发布 config/reforma-gkh.php
php artisan vendor:publish --provider "Serokuz\ReformaGkhApi\ReformaGkhApiServiceProvider" --tag="config"
需要指定来自门户的登录密码。
$soap = new ReformaGkhApi(); $soap->login(); $res = $soap->getHouseProfileActual('FIAS ID - из базы fias');