PHPackages                             telesign/telesign - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. telesign/telesign

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

telesign/telesign
=================

TeleSign SDK

v5.1.0(1mo ago)182.1M↓51.8%32[4 issues](https://github.com/TeleSign/php_telesign/issues)[1 PRs](https://github.com/TeleSign/php_telesign/pulls)1MITPHPPHP ^7.2.5 || ^8.0CI failing

Since Apr 12Pushed 1mo ago27 watchersCompare

[ Source](https://github.com/TeleSign/php_telesign)[ Packagist](https://packagist.org/packages/telesign/telesign)[ Docs](https://github.com/telesign/php_telesign)[ RSS](/packages/telesign-telesign/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (10)Versions (24)Used By (1)

[![packagist](https://camo.githubusercontent.com/9296a3d074d5cb1dd1a9039ebec7fdb1b10a3a12b681445b9e185ad88a28b436/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74656c657369676e2f74656c657369676e2e737667)](https://packagist.org/packages/telesign/telesign) [![license](https://camo.githubusercontent.com/2d048278acaa7d50b2e7e5fa71ed54e8a0dd5a75be759a7d4a46132100b4714d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f54656c655369676e2f7068705f74656c657369676e2e737667)](https://github.com/TeleSign/php_telesign/blob/master/LICENSE)

Telesign Self-service PHP SDK
=============================

[](#telesign-self-service-php-sdk)

[Telesign](https://telesign.com) connects, protects, and defends the customer experience with intelligence from billions of digital interactions and mobile signals. Through developer-friendly APIs that deliver user verification, digital identity, and omnichannel communications, we help the world's largest brands secure onboarding, maintain account integrity, prevent fraud, and streamline omnichannel engagement.

Requirements
------------

[](#requirements)

- **PHP 7.2+**.
- **Composer** *(optional)* - This package manager isn't required to use this SDK, but it is required to use the installation instructions below.

> **NOTE:**
>
> These instructions are for MacOS. They will need to be adapted if you are installing on Windows.

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

[](#installation)

Follow these steps to add this SDK as a dependency to your project.

1. *(Optional)* Create a new directory for your PHP project. Skip this step if you already have created a project. If you plan to create multiple PHP projects that use Telesign, we recommend that you group them within a `telesign_integrations` directory.

```
    cd ~/code/local
    mkdir telesign_integrations
    cd telesign_integrations
    mkdir {your project name}
    cd {your project name}

```

2. In the top-level directory for your project, create a new Composer project.

```
composer init

```

Note that this command may need to be adjusted if your composer.phar file is not accessible in your PATH with the "composer" alias. If that is the case, reference the location of composer.phar on your file system for all Composer commands.

```
php {path to file}/composer.phar init

```

3. Enter the following selections when prompted:

- **Package name (/) \[{default vendor name}/{default package name}\]:** `{your preferred vendor name}/{your project name}` Use the same project name you chose for the top-level directory in step 1 above.
- **Description \[\]:** Enter your preferred description or use the default.
- **Author \[{default author name and email address}, n to skip\]:** Enter your preferred description, use the default, or skip.
- **Minimum Stability \[\]:** Enter your preferred value here or skip.
- **Package Type (e.g. library, project, metapackage, composer-plugin) \[\]:** Enter your preferred package type.
- **License \[\]:** Enter your preferred value here or skip.
- **Would you like to define your dependencies (require) interactively \[yes\]?** Enter your preferred value here or use the default.
- **Would you like to define your dev dependencies (require-dev) interactively \[yes\]?** Enter your preferred value here or use the default.
- **Would you like to define your dev dependencies (require-dev) interactively \[yes\]?** Enter your preferred value here or use the default.
- **Add PSR-4 autoload mapping? Maps namespace "{vendor}{project}" to the entered relative path. \[src/, n to skip\]:** Enter your preferred value here or use the default.

3. Install the Telesign Self-service PHP SDK as a dependency in the top-level directory of your Composer project using this command. Once the SDK is installed, you should see a message in the terminal notifying you that you have successfully installed the SDK.

    `composer require telesign/telesign`

Authentication
--------------

[](#authentication)

If you use a Telesign SDK to make your request, authentication is handled behind-the-scenes for you. All you need to provide is your Customer ID and API Key. The SDKs apply Digest authentication whenever they make a request to a Telesign service where it is supported. When Digest authentication is not supported, the SDKs apply Basic authentication.

What's next
-----------

[](#whats-next)

- Learn to send a request to Telesign with code with one of our [tutorials](https://developer.telesign.com/enterprise/docs/tutorials).
- Browse our [Developer Portal](https://developer.telesign.com) for tutorials, how-to guides, reference content, and more.
- Check out our [sample code](https://github.com/TeleSign/sample_code) on GitHub.

###  Health Score

65

—

FairBetter than 99% of packages

Maintenance84

Actively maintained with recent releases

Popularity51

Moderate usage in the ecosystem

Community32

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

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

Every ~150 days

Recently: every ~62 days

Total

23

Last Release

57d ago

Major Versions

v1.1.0 → v2.2.12017-08-03

v2.2.6 → v3.0.02021-06-07

v3.0.7 → v4.0.02025-09-02

v4.0.2 → v5.0.02026-01-15

PHP version history (2 changes)v2.0.0PHP &gt;=5.6.0

v3.0.0PHP ^7.2.5 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3efa1cb6c5de10627d6e106270b205fb05948b8f84a1d5cabbe2d8624246f4ef?d=identicon)[TeleSign](/maintainers/TeleSign)

---

Top Contributors

[![jmartinez-telesign](https://avatars.githubusercontent.com/u/185531398?v=4)](https://github.com/jmartinez-telesign "jmartinez-telesign (23 commits)")[![mmohanty-telesign](https://avatars.githubusercontent.com/u/216694955?v=4)](https://github.com/mmohanty-telesign "mmohanty-telesign (7 commits)")[![mrasic-telesign](https://avatars.githubusercontent.com/u/35218660?v=4)](https://github.com/mrasic-telesign "mrasic-telesign (5 commits)")[![jtucovic-telesign](https://avatars.githubusercontent.com/u/24384951?v=4)](https://github.com/jtucovic-telesign "jtucovic-telesign (4 commits)")[![adohertyTS](https://avatars.githubusercontent.com/u/61211345?v=4)](https://github.com/adohertyTS "adohertyTS (3 commits)")[![dpredojevic](https://avatars.githubusercontent.com/u/276025545?v=4)](https://github.com/dpredojevic "dpredojevic (3 commits)")[![hmorales](https://avatars.githubusercontent.com/u/241841?v=4)](https://github.com/hmorales "hmorales (3 commits)")[![hmorales-ts](https://avatars.githubusercontent.com/u/130721267?v=4)](https://github.com/hmorales-ts "hmorales-ts (3 commits)")[![ts-release-engineering](https://avatars.githubusercontent.com/u/110068472?v=4)](https://github.com/ts-release-engineering "ts-release-engineering (3 commits)")[![luka-zitnik](https://avatars.githubusercontent.com/u/1976159?v=4)](https://github.com/luka-zitnik "luka-zitnik (2 commits)")[![jramirez-telesign](https://avatars.githubusercontent.com/u/275166249?v=4)](https://github.com/jramirez-telesign "jramirez-telesign (2 commits)")[![ikuburovic](https://avatars.githubusercontent.com/u/276309212?v=4)](https://github.com/ikuburovic "ikuburovic (1 commits)")[![SpillerL](https://avatars.githubusercontent.com/u/119610161?v=4)](https://github.com/SpillerL "SpillerL (1 commits)")[![vdamjanic](https://avatars.githubusercontent.com/u/33031989?v=4)](https://github.com/vdamjanic "vdamjanic (1 commits)")[![ramsay](https://avatars.githubusercontent.com/u/237533?v=4)](https://github.com/ramsay "ramsay (1 commits)")[![jjergus](https://avatars.githubusercontent.com/u/2483917?v=4)](https://github.com/jjergus "jjergus (1 commits)")

---

Tags

Authenticationsmsidentitymobilemessagingvoicetelesign

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[google/auth

Google Auth Library for PHP

1.4k294.2M219](/packages/google-auth)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[google/cloud

Google Cloud Client Library

1.2k16.7M57](/packages/google-cloud)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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