PHPackages                             igorkalm/idpcontroller - 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. igorkalm/idpcontroller

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

igorkalm/idpcontroller
======================

Some IDP Controller features integration with Laravel

1.0.1(2y ago)011MITPHPPHP ^7.4|^8.0

Since Aug 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/igorkalm/idpcontroller)[ Packagist](https://packagist.org/packages/igorkalm/idpcontroller)[ Docs](https://github.com/igorkalm/idpcontroller)[ RSS](/packages/igorkalm-idpcontroller/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Laravel 8 package for IDP Access Controller
===========================================

[](#laravel-8-package-for-idp-access-controller)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e97343fa54bb9f8eb7918c26e4b9ad0de171ee5179eba1de30c527e61e195efc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69676f726b616c6d2f696470636f6e74726f6c6c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/igorkalm/idpcontroller)[![Total Downloads](https://camo.githubusercontent.com/d78e2da28a4fc0ebf58a006b18118688ca56647f06eca163bce2d8e0e34a66f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69676f726b616c6d2f696470636f6e74726f6c6c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/igorkalm/idpcontroller)

An experimental package for Laravel 8 to use some features of IDP Access Controller manufactured by IDP Electronic ID Products Ltd (Israel). It's not intended for wide usage.

At the moment this package does the following things:

- receives data from remote IDP Access Controller;
- extracts QR-code from received data;
- searches for this QR-code in users table in the field qrcode;
- if QR-code is found, sends command to the appropriate controller to open an appropriate relay for 5 seconds.

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

[](#installation)

You can install the package via composer:

```
composer require igorkalm/idpcontroller
```

Usage
-----

[](#usage)

Create new tables for access controllers data and controllers' events:

```
php artisan migrate
```

If the feild named "qrcode" already exists in the users table, there will be an exception thrown like the one below. Just ignore it:

```
**Illuminate\Database\QueryException**

SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'qrcode' (SQL: alter table `users` add `qrcode` varchar(255) null)
at your-laravel-app\vendor\laravel\framework\src\Illuminate\Database\Connection.php:712
```

This field should contain a valid QR-code, similar to QR-code that is being sent by IDP Access Controller.

Add a record for at least one controller with its data where X-symbols should be replaced by appropriate real values:

```
INSERT INTO access_controllers(id,name,url,location)
VALUES(1,'controller-name','http://XX.XX.XXX.XXX/command.html?pwd=XXXXXXX&command=','Where it is located');
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This initial boilerplate code of this package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

993d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/928fbb325a5c0e486e64b40371ff3ae1e2835a81b5674483911d887c2d399039?d=identicon)[igorkalm](/maintainers/igorkalm)

---

Top Contributors

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

---

Tags

igorkalmidpcontroller

### Embed Badge

![Health badge](/badges/igorkalm-idpcontroller/health.svg)

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

###  Alternatives

[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k33.8M339](/packages/yajra-laravel-datatables-oracle)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[dragon-code/pretty-routes

Pretty Routes for Laravel

10058.7k4](/packages/dragon-code-pretty-routes)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)

PHPackages © 2026

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