Skip to content
forked from b3k/ewus

eWUS - PHP library implementing eWUS functionality

License

Notifications You must be signed in to change notification settings

devcube-pl/ewus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ewus

eWUS - PHP library implementing eWUS functionality

Usage:

<?php

use Ewus\Ewus;

/*
 * create new client
 * 
 * options:
 * - username
 * - password
 * - domain
 * - provider_type - LEK or SWD
 * - provider_code - e.g. 001234
 */
$c = new Ewus(array('is_production' => false, 'username' => 'TEST1', 'domain' => 15));

// authenticate
$c->authenticate();

// check PESEL
$res = $c->checkPesel('86042510356');

About

eWUS - PHP library implementing eWUS functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%