2017 © Pedro Peláez
 

library defr-ares-bundle

Symfony2 bundle for communication with ARES (Czech business register)

image

dfridrich/defr-ares-bundle

Symfony2 bundle for communication with ARES (Czech business register)

  • Tuesday, October 17, 2017
  • by dfridrich
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6,243 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 4 Versions
  • 23 % Grown

The README.md

DefrAresBundle

Symfony2 bundle for communication with ARES (Czech business register), (*1)

Installation via Composer

Add repository to your composer.json:, (*2)

``` sh { "require": { "dfridrich/defr-ares-bundle": "dev-master" } }, (*3)


Then run ``` sh php composer.phar update

Or directly run, (*4)

``` sh php composer.phar require dfridrich/defr-ares-bundle:dev-master, (*5)


Add to AppKernel.php -------------------- ``` php new Defr\AresBundle\DefrAresBundle()

Usage

php $this->get('defr_ares')->..., (*6)

Methods

findByIdentificationNumber($id), findInResById($id) — Find company details, (*7)

findVatById($id) — Look for czech VAT ID, (*8)

findByName($name, $city = null) — Search records based on name (or part) and town (optional), (*9)

The Versions

17/10 2017

dev-master

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

Symfony2 bundle for communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

php ares

17/10 2017

v1.0.2

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

Symfony2 bundle for communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

php ares

05/01 2016

1.0.1

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

Symfony2 bundle for communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

php ares

26/08 2014

1.0.0

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

Symfony2 bundle for communication with ARES (Czech business register)

  Sources   Download

MIT

The Requires

 

php ares