PHPackages                             telesign-c/telesign-adly - 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-c/telesign-adly

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

telesign-c/telesign-adly
========================

TeleSign SDK

3.1(2y ago)0941MITPHPPHP ^7.2.5 || ^8.0

Since Apr 12Pushed 2y agoCompare

[ Source](https://github.com/anil-adly/php_telesign)[ Packagist](https://packagist.org/packages/telesign-c/telesign-adly)[ Docs](https://github.com/telesign/php_telesign)[ RSS](/packages/telesign-c-telesign-adly/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (21)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

33

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity77

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 ~192 days

Recently: every ~476 days

Total

13

Last Release

1010d ago

Major Versions

v1.1.0 → v2.2.12017-08-03

v2.2.6 → v3.0.02021-06-07

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/26ab2509868c385875937eac738432c4217d88ca34a3c4402d2e575a8ce0cec7?d=identicon)[aniladly](/maintainers/aniladly)

---

Top Contributors

[![anil-adly](https://avatars.githubusercontent.com/u/126178210?v=4)](https://github.com/anil-adly "anil-adly (5 commits)")[![mrasic-telesign](https://avatars.githubusercontent.com/u/35218660?v=4)](https://github.com/mrasic-telesign "mrasic-telesign (5 commits)")[![adohertyTS](https://avatars.githubusercontent.com/u/61211345?v=4)](https://github.com/adohertyTS "adohertyTS (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)")[![luka-zitnik](https://avatars.githubusercontent.com/u/1976159?v=4)](https://github.com/luka-zitnik "luka-zitnik (2 commits)")[![jjergus](https://avatars.githubusercontent.com/u/2483917?v=4)](https://github.com/jjergus "jjergus (1 commits)")[![ramsay](https://avatars.githubusercontent.com/u/237533?v=4)](https://github.com/ramsay "ramsay (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)")

---

Tags

Authenticationsmsidentitymobilemessagingvoicetelesign

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[telesign/telesign

TeleSign SDK

162.1M2](/packages/telesign-telesign)[google/auth

Google Auth Library for PHP

1.4k272.7M161](/packages/google-auth)[league/oauth2-client

OAuth 2.0 Client Library

3.8k118.6M1.2k](/packages/league-oauth2-client)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

120220.7k1](/packages/ellaisys-aws-cognito)[rinvex/authy

Rinvex Authy is a simple wrapper for Authy TOTP API, the best rated Two-Factor Authentication service for consumers, simplest 2fa Rest API for developers and a strong authentication platform for the enterprise.

35188.4k1](/packages/rinvex-authy)

PHPackages © 2026

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