2017 © Pedro PelĂĄez
 

library ares

Client for fetching ARES data.

image

tady-eu/ares

Client for fetching ARES data.

  • Wednesday, November 22, 2017
  • by bg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ARES

Latest stable, (*1)

Client for fetching data from ARES., (*2)

Installation via Composer

composer require tady-eu/ares

Usage

<?php
//  ...

$aresClient = new \BG\Ares\Client();

$recordByIC = $aresClient->findOneByIC(88673057); // Returns \BG\Ares\Record

$recordByParameters = $aresClient->findOneByQuery([
    "obchodni_firma" => "JaromĂ­r Navara"
]);  // Returns \BG\Ares\Record

$multipleByParameters = $aresClient->findByQuery([
    "obchodni_firma" => "ASSECO"
]);  // Returns array \BG\Ares\Record[]

The Versions

22/11 2017

dev-master

9999999-dev https://github.com/tady-eu/AresClient

Client for fetching ARES data.

  Sources   Download

MIT

The Requires

 

The Development Requires

by JaromĂ­r Navara [BG]

php ares

09/03 2017

1.0

1.0.0.0 https://github.com/tady-eu/AresClient

Client for fetching ARES data.

  Sources   Download

MIT

The Requires

 

The Development Requires

by JaromĂ­r Navara [BG]

php ares