PHPackages                             mikk150/pcsc - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mikk150/pcsc

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mikk150/pcsc
============

Library to communicate with PCSC smart-card readers

014[1 issues](https://github.com/mikk150/pcsc/issues)PHP

Since Feb 21Pushed 10y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

pcsc for PHP
============

[](#pcsc-for-php)

```
$context = new mikk150\pcsc\Context;

/**
 * @var mikk150\pcsc\Reader[]
 */
$readers=$context->getReaders();

foreach ($readers as $reader) {
    $reader->onConnect = function (mikk150\pcsc\Connection $connection) {
        echo 'connected'.PHP_EOL;
    };
    $reader->onDisconnect = function (mikk150\pcsc\Connection $connection) {
        echo 'disconnected'.PHP_EOL;
    };
}

while (true) {
    foreach ($readers as $reader) {
        $reader->getConnection();
        //You can use connection here, or you can just use closures to reader
    }
}
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ff3e599b4e441314dec7de563477e41e373259653813330c5bfe7874a700018?d=identicon)[mikk150](/maintainers/mikk150)

---

Top Contributors

[![mikk150](https://avatars.githubusercontent.com/u/4953629?v=4)](https://github.com/mikk150 "mikk150 (5 commits)")

### Embed Badge

![Health badge](/badges/mikk150-pcsc/health.svg)

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

###  Alternatives

[nizsheanez/yii2-asset-converter

Less, Sass, Scss and Phamlp converter for Yii2. No system requires. yii2-composer support, Less autoupdate, customizing of output directory

61169.7k6](/packages/nizsheanez-yii2-asset-converter)[richardhj/contao-backup-manager

Wrapper extension for backup-manager.

1312.9k](/packages/richardhj-contao-backup-manager)

PHPackages © 2026

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