PHPackages                             libaro/secure-id - 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. [Security](/categories/security)
4. /
5. libaro/secure-id

AbandonedArchivedLibrary[Security](/categories/security)

libaro/secure-id
================

A package to integrate secure-id

0480PHP

Since Apr 17Pushed 1y ago2 watchersCompare

[ Source](https://github.com/libaro-io/secure-id)[ Packagist](https://packagist.org/packages/libaro/secure-id)[ RSS](/packages/libaro-secure-id/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Description of the Laravel package
==================================

[](#description-of-the-laravel-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a26346499785592b70a3b7cf89c767abaf1e09d43f51c0c3dbd6be11021fa8e5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c696261726f2f7365637572652d69642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/libaro/secure-id)[![Total Downloads](https://camo.githubusercontent.com/7d5054f705ecbb2f1c9e7a386b4670a959f306d157fcf544d3fbb05c69297c92/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c696261726f2f7365637572652d69642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/libaro/secure-id)

**This package is no longer maintained and has been moved to **

The Secure ID Laravel Package simplifies the integration of the Secure ID functionality into your Laravel projects. Secure ID is designed to facilitate a secure login procedure by generating sign requests, managing user responses through QR codes or SMS, and seamlessly logging users into your projects.

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

[](#installation)

You can install the package via composer:

```
composer require libaro/secure-id
```

Publish the config file:

```
php artisan vendor:publish --provider="Libaro\SecureId\SecureIdServiceProvider" --tag="config"
```

The content of the config file:

```
return [
    'api_url' => env('SECURE_ID_API_URL', 'https://secureid.digitalhq.com/api/generate'),
    'api_key' => env('SECURE_ID_API_KEY'),
    'api_url_prefix' => env('SECURE_ID_API_URL_PREFIX', '/api/secure-id'),

    'webhook_handlers' => [
        \Support\Interfaces\SecureIdWebhookHandler::class,
    ],
];
```

Usage
-----

[](#usage)

The default WebhookHandler can be replaced by a custom handler in the config file for handling events to authenticating users.

```
class SecureIdWebhookHandler implements WebhookHandlerInterface
{
	public function handleWebhook(string $phone, string $code): void
	{
		event(new SMSSignRequestReceived($code, $phone));
	}
}
```

### Testing

[](#testing)

```
composer test
```

### 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.

Credits
-------

[](#credits)

Props to:

- [Tim Vande Walle](https://github.com/libaro-io)
- [Libaro](https://github.com/libaro-io)
- [DigitalHQ](https://digitalhq.com)
-
-

License
-------

[](#license)

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

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

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 86.4% 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/9e1c94032186d05b780397bbc41c70bff8c561081df10719546a92de8dfd9498?d=identicon)[Libaro](/maintainers/Libaro)

---

Top Contributors

[![TimLibaro](https://avatars.githubusercontent.com/u/77798606?v=4)](https://github.com/TimLibaro "TimLibaro (19 commits)")[![JennisDev](https://avatars.githubusercontent.com/u/12760953?v=4)](https://github.com/JennisDev "JennisDev (2 commits)")[![RosiersRobin](https://avatars.githubusercontent.com/u/5263188?v=4)](https://github.com/RosiersRobin "RosiersRobin (1 commits)")

### Embed Badge

![Health badge](/badges/libaro-secure-id/health.svg)

```
[![Health](https://phpackages.com/badges/libaro-secure-id/health.svg)](https://phpackages.com/packages/libaro-secure-id)
```

###  Alternatives

[defuse/php-encryption

Secure PHP Encryption Library

3.9k162.4M214](/packages/defuse-php-encryption)[roave/security-advisories

Prevents installation of composer packages with known security vulnerabilities: no API, simply require it

2.9k97.3M6.4k](/packages/roave-security-advisories)[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k16.7M113](/packages/mews-purifier)[robrichards/xmlseclibs

A PHP library for XML Security

41278.1M118](/packages/robrichards-xmlseclibs)[bjeavons/zxcvbn-php

Realistic password strength estimation PHP library based on Zxcvbn JS

86917.5M63](/packages/bjeavons-zxcvbn-php)[enlightn/security-checker

A PHP dependency vulnerabilities scanner based on the Security Advisories Database.

33732.2M110](/packages/enlightn-security-checker)

PHPackages © 2026

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