sankaflek / ares
与 ARES (捷克商业登记) 通信
v1.3.10
2024-02-02 23:02 UTC
Requires
- php: >=5.5
- beberlei/assert: ^2.4|^3.0
- dfridrich/library: ^1.0
- fabpot/goutte: ^2.0|^3.0|^4.0
- guzzlehttp/guzzle: ^6.0|^7.0
Requires (Dev)
- phpunit/phpunit: ^8.5
- symplify/coding-standard: ^8.3
README
与 ARES & Justice (捷克商业登记) 通信。
安装
composer require sunkaflek/ares
用法
<?php require __DIR__.'/vendor/autoload.php'; use Sunkaflek\Ares; $ares = new Ares(); $record = $ares->findByIdentificationNumber(73263753); // instance of AresRecord $people = $record->getCompanyPeople(); // array of Person
ARES 平衡器
您可以使用简单的平衡脚本在更多 IP 地址之间分配流量。请参阅脚本 examples/external.php。
用法
$ares = new Ares(); $ares->setBalancer('http://some.loadbalancer.domain');
贡献者
为此库做出贡献的人的名单。
- Dennis Fridrich - @dfridrich
- Tomáš Votruba - @TomasVotruba
- Martin Zeman - @Zemistr
- Jan Kuchař - @jkuchar
- Petr Parolek - @petrparolek