PHPackages                             geniv/nette-aps-driver - 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. [Framework](/categories/framework)
4. /
5. geniv/nette-aps-driver

ActiveLibrary[Framework](/categories/framework)

geniv/nette-aps-driver
======================

APS driver component for Nette Framework

v1.4(4y ago)021MITPHPPHP &gt;=7.0

Since Jun 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/geniv/nette-aps-driver)[ Packagist](https://packagist.org/packages/geniv/nette-aps-driver)[ RSS](/packages/geniv-nette-aps-driver/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

Nette APS driver
================

[](#nette-aps-driver)

via APS 400 and APS mini Plus

Installation
------------

[](#installation)

```
$ composer require geniv/nette-aps-driver
```

or

```
"geniv/nette-aps-driver": "^1.0"
```

require:

```
"php": ">=7.0",
"dibi/dibi": ">=3.0",
"nette/utils": ">=2.4"
```

methods:
--------

[](#methods)

```
via code

```

Include in application
----------------------

[](#include-in-application)

neon configure services:

```
services:
    - ApsDriver(@mssql.connection)
```

usage:

```
$aps = $this->context->getByType(\ApsDriver::class);

$aps->getListPerson()->fetchAll();
$aps->getListPerson()->where(['ID_Folder'=>7])->fetchAll();
$aps->getListPerson()->where(['IsDeleted'=>true])->fetchAll();
```

### create user

[](#create-user)

`create person` -&gt; `create od select card` (physical or virtual card) -&gt; create row M:N `person_accesgroup`then for upload to hardware call: `[api_UploadData]` (`->uploadData()`)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~183 days

Total

5

Last Release

1485d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc7e200eb4e96d99020297684063209160ea1347d8a2a8b4cd769d532204867e?d=identicon)[geniv](/maintainers/geniv)

---

Top Contributors

[![geniv](https://avatars.githubusercontent.com/u/563659?v=4)](https://github.com/geniv "geniv (12 commits)")

---

Tags

netteapsgeniv

### Embed Badge

![Health badge](/badges/geniv-nette-aps-driver/health.svg)

```
[![Health](https://phpackages.com/badges/geniv-nette-aps-driver/health.svg)](https://phpackages.com/packages/geniv-nette-aps-driver)
```

###  Alternatives

[nette/bootstrap

🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.

68637.6M650](/packages/nette-bootstrap)[nette/di

💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP features.

93041.5M1.6k](/packages/nette-di)[nette/application

🏆 Nette Application: a full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.

45715.9M1.1k](/packages/nette-application)[nette/web-project

Nette: Standard Web Project

10993.3k](/packages/nette-web-project)[nasext/dependent-select-box

Dependent Select Box for Nette Framework.

21271.2k2](/packages/nasext-dependent-select-box)

PHPackages © 2026

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