PHPackages                             telvri/security - 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. [API Development](/categories/api)
4. /
5. telvri/security

ActiveLibrary[API Development](/categories/api)

telvri/security
===============

Official Telvri Security PHP SDK for SIM-swap and mobile identity checks.

1.0.0(1mo ago)00MITPHPPHP ^8.1

Since Jul 18Pushed 1mo agoCompare

[ Source](https://github.com/Granville-Christopher/telvri-php)[ Packagist](https://packagist.org/packages/telvri/security)[ Docs](https://telvrisecurity.vercel.app)[ RSS](/packages/telvri-security/feed)WikiDiscussions main Synced 2w ago

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

telvri-php
==========

[](#telvri-php)

Official PHP SDK for the [Telvri Security API](https://telvrisecurity.vercel.app) — real-time SIM-swap and mobile identity risk checks for login recovery, payouts, and wallet protection.

Install
-------

[](#install)

### From GitHub (works now)

[](#from-github-works-now)

```
composer config repositories.telvri vcs https://github.com/Granville-Christopher/telvri-php
composer require telvri/security:^1.0.0
```

Or in your `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/Granville-Christopher/telvri-php"
    }
  ],
  "require": {
    "telvri/security": "^1.0.0"
  }
}
```

Requires PHP 8.1+.

### Packagist (after registration)

[](#packagist-after-registration)

Once the package is on [Packagist](https://packagist.org), you can use:

```
composer require telvri/security
```

Quick start — SIM-swap check
----------------------------

[](#quick-start--sim-swap-check)

```
