2017 © Pedro PelĂĄez
 

library ewus

Biblioteka do usprawnienia komunikacji z systemem eWUÚ.

image

gilek/ewus

Biblioteka do usprawnienia komunikacji z systemem eWUÚ.

  • Wednesday, June 10, 2015
  • by gilek
  • Repository
  • 2 Watchers
  • 3 Stars
  • 175 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 38 % Grown

The README.md

Ewus

The Ewus library simplifies communication with the eWUÚ system., (*1)

The library supports all services provided by the version 1.12., (*2)

Requirements

Ewus requires PHP version ^8.1 with DOM extension to work properly., (*3)

Usage

<?php

use Gilek\Ewus\Client\Client;
use Gilek\Ewus\Client\Credentials;

$client = new Client(
    new Credentials('login', 'password', '15'),
);
$response = $client->checkCwu('NNNNNNNNNNN');
var_dump($response);
$client->logout();

The code above is intended to:, (*4)

  1. Login the user to the eWUÚ system (the account is associated with the 15th NFZ department).
  2. Fetch information about the person with PESEL number NNNNNNNNNNN.
  3. Return the response as \Gilek\Ewus\Response\CheckCwuResponse object.
  4. Logout of the eWUÚ system.

The Versions

10/06 2015

dev-master

9999999-dev https://github.com/gilek/Ewus

Biblioteka do usprawnienia komunikacji z systemem eWUÚ.

  Sources   Download

MIT

by Maciej KƂak

ewus nfz biblioteka

09/06 2015

2.0.0-alpha

2.0.0.0-alpha https://github.com/gilek/Ewus

Biblioteka do usprawnienia komunikacji z systemem eWUÚ.

  Sources   Download

MIT

by Maciej KƂak

ewus nfz biblioteka

03/05 2015

1.1.1-beta

1.1.1.0-beta https://github.com/gilek/Ewus

Biblioteka do usprawnienia komunikacji z systemem eWUÚ.

  Sources   Download

MIT

by Maciej KƂak

ewus nfz biblioteka

27/10 2014

1.1.0-beta

1.1.0.0-beta https://github.com/gilek/Ewus

Biblioteka do usprawnienia komunikacji z systemem eWUÚ.

  Sources   Download

MIT

by Maciej KƂak

ewus nfz biblioteka