PHPackages                             trillzglobal/securemyid - 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. trillzglobal/securemyid

ActiveLibrary

trillzglobal/securemyid
=======================

Package to connect application to secureMyID for Identity Verification

20PHP

Since Dec 20Pushed 3y agoCompare

[ Source](https://github.com/SecureMyID/package-laravel)[ Packagist](https://packagist.org/packages/trillzglobal/securemyid)[ RSS](/packages/trillzglobal-securemyid/feed)WikiDiscussions development Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

🎯 SecureMyID
------------

[](#dart-securemyid)

 [ ![Badge showing the total of project forks](https://camo.githubusercontent.com/de28f6220ce849999220d8914ce6167691701da47e30258605a307b20dffaca2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6d6175726f6465736f757a612f70726f66696c652d726561646d652d67656e657261746f723f) ](https://github.com/SecureMyID/package-laravel/fork) [ ![Badge showing the total of project stars](https://camo.githubusercontent.com/2d7a16ea8828daf71dc9f5ea764a5b9a46302b9d6ca5256430545516a674d477/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6d6175726f6465736f757a612f70726f66696c652d726561646d652d67656e657261746f723f) ](https://github.com/SecureMyID/package-laravel/stargazers) [ ![Badge showing average commit frequency per month](https://camo.githubusercontent.com/bbc591520fabd709333c7d1b2cf0b663ec1922181ded3ace13ad3a5966cb495e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6d6d69742d61637469766974792f6d2f6d6175726f6465736f757a612f70726f66696c652d726561646d652d67656e657261746f723f) ](https://github.com/SecureMyID/package-laravel/commits/main) [ ![Badge showing project license type](https://camo.githubusercontent.com/12f3628f5a39401a2a5e02a430ec5a3ed35f1d6f87b9f77ef249708555418214/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6175726f6465736f757a612f70726f66696c652d726561646d652d67656e657261746f723f636f6c6f723d663835313439) ](https://github.com/SecureMyID/package-laravel/LICENSE)

🏁 Staring
---------

[](#checkered_flag-staring)

This package automatically assist with packing and sending API to SecureMyID for;

1. ID Verification Request
2. Reporting Identity
3. Decrypting Webhook to get both Identity Details and Account Suspension details

🚀 Usage
-------

[](#rocket-usage)

```
use TrillzGlobal\SecureMyID\SecureMyID;

# Initiate new Class with API Key and Secret Key generated on your dashboard on SecureMyID

$verify =  new SecureMyID($api_key, $secret_key);

# Sending Request to Verify ID. Response will either be successful or failed. Identity of customer will be sent as response to webhook provided on secureMyID dashboard.
# Sample Payload

$payload = '{"phone_number":"090000000001"}';
$result = $verify->verifyID($data);

# Reporting a suspected Fraudulent User comes handy with this endpoint as you can use this to protect against same user from future fraud.

# Sample Payload
$payload = '{"phone_number":"090000000001", "risk_level":3, "details":"Hacked into our system"}';
$result =  $verify->reportIdentity($data);

#Registered webhook receives identity verification response and also Panic Notification if user want to suspend action on their account for some times.

$result =  $verify->decryptWebhook($data);
```

📝 License
---------

[](#memo-license)

This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.

Made with ❤️ by [Michael Ojo](https://github.com/trillzglobal)

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 88.9% 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/ddca16aa382e93f1f89ef151bc8ea29cafe2f8cdb2970c193243097bfc0f4c00?d=identicon)[trillzglobal](/maintainers/trillzglobal)

---

Top Contributors

[![trillzglobal](https://avatars.githubusercontent.com/u/44380037?v=4)](https://github.com/trillzglobal "trillzglobal (8 commits)")[![mrfola](https://avatars.githubusercontent.com/u/49309857?v=4)](https://github.com/mrfola "mrfola (1 commits)")

### Embed Badge

![Health badge](/badges/trillzglobal-securemyid/health.svg)

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

PHPackages © 2026

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