PHPackages                             professionalweb/skud - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. professionalweb/skud

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

professionalweb/skud
====================

Commponent for communication with RusGuard

0.3.4(10y ago)34711MITPHPPHP &gt;=5.4.0

Since Nov 6Pushed 10y ago1 watchersCompare

[ Source](https://github.com/SergioMadness/RusGuardComponent)[ Packagist](https://packagist.org/packages/professionalweb/skud)[ RSS](/packages/professionalweb-skud/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (7)DependenciesVersions (9)Used By (1)

RusGuard component
==================

[](#rusguard-component)

Composer
--------

[](#composer)

RusGuard component is available through [composer](https://getcomposer.org/)

```
composer require professionalweb/skud "*"

```

Alternatively you can add the following to the `require` section in your `composer.json` manually:

```
"professionalweb/skud": "*"
```

Run `composer update` afterwards.

### In your PHP project

[](#in-your-php-project)

```
$skud = new \professionalweb\skud\Skud();
$skud->url = 'http://skud/LNetworkServer/LNetworkService.svc?singleWsdl',
$skud->login = 'admin';
$skud->password = '';
```

### Add person to SKUD

[](#add-person-to-skud)

```
$personInfo = $skud->addEmployee('75f918bf-24fc-445f-8ff5-8fd11e1ad361', 'John', 'Johnov', 'Merian');
$skud->assignKey($personInfo->ID, '9874566321154');
```

### Update person to SKUD

[](#update-person-to-skud)

```
$result = $skud->updateEmployee($personInfo->ID, 'John', 'Smith', 'Merian');
```

### Set key is lost

[](#set-key-is-lost)

```
$skud->setKeyIsLost('9874566321154', $personInfo->ID);
```

### Get groups

[](#get-groups)

```
$skud->getGroups();
```

### Get person by key

[](#get-person-by-key)

```
$skud->getEmployeeIdByKey('9874566321154');
```

### Remove employee

[](#remove-employee)

```
$skud->removeEmployee($personInfo->ID);
```

### Remove employee by key number

[](#remove-employee-by-key-number)

```
$skud->removeEmployeeByCardNumber('9874566321154');
```

### Get variable

[](#get-variable)

```
$skud->getVariable($name);
```

### Add employee's photo

[](#add-employees-photo)

```
$skud->addEmployeePhoto($personInfo->ID, null, $base64Data);
```

### Get employee info

[](#get-employee-info)

```
$skud->getEmployee($$personInfo->ID)
```

### Get employee's photo

[](#get-employees-photo)

```
$skud->getEmployeePhoto($personInfo->ID, 1);
```

### Get events

[](#get-events)

```
$skud->getEvents($fromDate = null, $toDate = null, $inoutEventType = null, $page = 1, $pageSize = 20)
```

### Listen for notifications

[](#listen-for-notifications)

```
$result = $skud->getNotification();
```

The MIT License
---------------

[](#the-mit-license)

The MIT License (MIT)

Copyright (c) 2015 Sergey Zinchenko, [Professional web](http://web-development.pw/)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~20 days

Recently: every ~27 days

Total

7

Last Release

3765d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1365ec6405d0ae656f92345bbe388afc34a12a19c3ab0c9ff909b5d4ea3d83a0?d=identicon)[SergioMadness](/maintainers/SergioMadness)

---

Tags

professional webweb-developmentRusGuardrgsec

### Embed Badge

![Health badge](/badges/professionalweb-skud/health.svg)

```
[![Health](https://phpackages.com/badges/professionalweb-skud/health.svg)](https://phpackages.com/packages/professionalweb-skud)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
