Skip to content
/ ewus Public

Library to simplify communication with the eWUŚ system.

License

Notifications You must be signed in to change notification settings

gilek/ewus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Ewus

The Ewus library was created to simplify communication with the eWUŚ system.

At this moment, the functionality of the system is the same as the eWUŚ service in version 1.10.

Requirements

Ewus requires PHP version ^7.1 with DOM extension to work properly.

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 above code is designed to:

  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.

About

Library to simplify communication with the eWUŚ system.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy