2017 © Pedro Peláez
 

library ares

Communication with ARES (Czech business register)

image

dfridrich/ares

Communication with ARES (Czech business register)

  • Monday, November 20, 2017
  • by dfridrich
  • Repository
  • 5 Watchers
  • 11 Stars
  • 11,521 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 12 Versions
  • 16 % Grown

The README.md

ARES

Build Status Quality Score Code Coverage Downloads Latest stable, (*1)

Communication with ARES & Justice (Czech business registers)., (*2)

Installation

composer require dfridrich/ares

Usage

<?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 Balancer

You can use simple balance script to spread the traffic among more IP addresses. See script examples/external.php., (*3)

Usage

$ares = new Ares();
$ares->setBalancer('http://some.loadbalancer.domain');

Develop

Running tests suite in local docker environment

docker run -v `pwd`:/app -i -t php:7.2-fpm /bin/bash -c "/app/vendor/phpunit/phpunit/phpunit --colors --configuration /app/phpunit.xml /app/tests/"

Coding standard

Check

vendor/bin/symplify-cs check src tests

Fix

vendor/bin/symplify-cs fix src tests

Contributors

The list of people who contributed to this library., (*4)

  • @dfridrich
  • @TomasVotruba
  • @filipmelik
  • @Zemistr
  • @jkuchar
  • @petrparolek
  • @tlapi

The Versions

20/11 2017

dev-master

9999999-dev https://github.com/dfridrich/DefrAresBundle

Communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

The Development Requires

php ares

20/11 2017

v1.2.5

1.2.5.0 https://github.com/dfridrich/DefrAresBundle

Communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

The Development Requires

php ares

19/11 2017

dev-scrutinizer-patch-2

dev-scrutinizer-patch-2 https://github.com/dfridrich/DefrAresBundle

Communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

The Development Requires

php ares

19/11 2017

dev-scrutinizer-patch-1

dev-scrutinizer-patch-1 https://github.com/dfridrich/DefrAresBundle

Communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

The Development Requires

php ares

06/04 2017

v1.2.4

1.2.4.0 https://github.com/dfridrich/DefrAresBundle

Communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

The Development Requires

php ares

13/12 2016

v1.2.3

1.2.3.0 https://github.com/dfridrich/DefrAresBundle

Communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

The Development Requires

php ares

22/04 2016

v1.2.2

1.2.2.0 https://github.com/dfridrich/DefrAresBundle

Communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

The Development Requires

php ares

24/03 2016

v1.2.1

1.2.1.0 https://github.com/dfridrich/DefrAresBundle

Communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

The Development Requires

php ares

05/01 2016

1.2

1.2.0.0 https://github.com/dfridrich/DefrAresBundle

Communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

php ares

19/09 2015

v1.1

1.1.0.0 https://github.com/dfridrich/DefrAresBundle

Communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

php ares

09/09 2015

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/dfridrich/DefrAresBundle

Communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

php ares

08/09 2015

v1.0

1.0.0.0 https://github.com/dfridrich/DefrAresBundle

Communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

php ares