2017 © Pedro Peláez
 

symfony-bundle ratsit-bundle

image

jongotlin/ratsit-bundle

  • Monday, January 29, 2018
  • by jongotlin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 60 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

RatsitBundle

Symfony Bundle for jongotlin/ratsit, (*1)

Installation

Install with composer and your favourite http adapter (in this case Guzzle 6), (*2)

$ composer require php-http/client-implementation:^1.0 php-http/discovery:^1.0 php-http/guzzle6-adapter:^1.0 php-http/httplug:^1.0 php-http/message:^1.0 jongotlin/ratsit-bundle:^1.0

In config.yml, (*3)

ratsit:
    token: '*************'
    http_client: 'httplug.client'

In AppKernel.php, (*4)

$bundles = array(
    // ...
    new JGI\RatsitBundle\RatsitBundle(),
);

Usage

// Inject JGI\Ratsit\Ratsit $ratsit via container */
$persons = $ratsit->searchPerson('Per Fredrik', 'EKEBY');
$person = $ratsit->findPersonBySocialSecurityNumber('194107081111');

The Versions

29/01 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

29/01 2018
29/01 2018

dev-event-dispatcher

dev-event-dispatcher

  Sources   Download

MIT

The Requires

 

The Development Requires

21/12 2017
10/12 2017
10/12 2017