masz/ares

与 ARES (捷克商业注册) 通信

v2.0.0 2019-02-18 10:28 UTC

This package is auto-updated.

Last update: 2024-09-18 22:56:20 UTC


README

Build Status Quality Score Code Coverage Downloads Latest stable

与 ARES & Justice (捷克商业注册) 通信。

安装

composer require dfridrich/ares

使用

<?php
require __DIR__.'/vendor/autoload.php';

use Defr\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');

编码规范

检查

vendor/bin/symplify-cs check src tests

修复

vendor/bin/symplify-cs fix src tests

贡献者

为此库做出贡献的人的名单。

  • Dennis Fridrich - @dfridrich
  • Tomáš Votruba - @TomasVotruba
  • Martin Zeman - @Zemistr
  • Jan Kuchař - @jkuchar
  • Petr Parolek - @petrparolek