PHPackages                             telesign/telesignenterprise - 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/telesignenterprise

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

telesign/telesignenterprise
===========================

Telesign Full-service PHP SDK

v5.1.0(2mo ago)5221.5k↓38.7%5[2 issues](https://github.com/TeleSign/php_telesign_enterprise/issues)[1 PRs](https://github.com/TeleSign/php_telesign_enterprise/pulls)MITPHPPHP ^7.2.5 || ^8.0

Since Apr 13Pushed 2mo ago24 watchersCompare

[ Source](https://github.com/TeleSign/php_telesign_enterprise)[ Packagist](https://packagist.org/packages/telesign/telesignenterprise)[ Docs](https://github.com/telesign/php_telesign_enterprise)[ RSS](/packages/telesign-telesignenterprise/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (26)Used By (0)

[![packagist](https://camo.githubusercontent.com/8d59c9b6b444a32c043320515e9cccd44ccbfc01d17467d39cb525e80acb3fe3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74656c657369676e2f74656c657369676e656e74657270726973652e737667)](https://packagist.org/packages/telesign/telesignenterprise) [![license](https://camo.githubusercontent.com/587bd3cd40761eaa456cacfa4be13d777d4e2c8d99bad01cf93648386284a3e5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f54656c655369676e2f7068705f74656c657369676e5f656e74657270726973652e737667)](https://github.com/TeleSign/php_telesign_enterprise/blob/master/LICENSE)

Telesign Full-service PHP SDK
=============================

[](#telesign-full-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 directory for your 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 Full-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/telesignenterprise`

This will also install the Telesign Self-service PHP SDK since it is a dependency for the Full-service SDK.

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

57

—

FairBetter than 98% of packages

Maintenance77

Regular maintenance activity

Popularity38

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor2

2 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 ~135 days

Recently: every ~31 days

Total

25

Last Release

76d ago

Major Versions

v1.1.0 → v2.2.12017-08-03

v2.2.6 → v3.0.02021-06-08

v3.4.0 → v4.0.02025-08-18

v4.0.3 → 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 (24 commits)")[![mmohanty-telesign](https://avatars.githubusercontent.com/u/216694955?v=4)](https://github.com/mmohanty-telesign "mmohanty-telesign (14 commits)")[![hmorales](https://avatars.githubusercontent.com/u/241841?v=4)](https://github.com/hmorales "hmorales (4 commits)")[![adohertyTS](https://avatars.githubusercontent.com/u/61211345?v=4)](https://github.com/adohertyTS "adohertyTS (3 commits)")[![hmorales-ts](https://avatars.githubusercontent.com/u/130721267?v=4)](https://github.com/hmorales-ts "hmorales-ts (3 commits)")[![ramsay](https://avatars.githubusercontent.com/u/237533?v=4)](https://github.com/ramsay "ramsay (2 commits)")[![luka-zitnik](https://avatars.githubusercontent.com/u/1976159?v=4)](https://github.com/luka-zitnik "luka-zitnik (1 commits)")[![jjergus](https://avatars.githubusercontent.com/u/2483917?v=4)](https://github.com/jjergus "jjergus (1 commits)")[![SpillerL](https://avatars.githubusercontent.com/u/119610161?v=4)](https://github.com/SpillerL "SpillerL (1 commits)")

---

Tags

2fa2factorphonenumberphpphp-librarysmsAuthenticationsmsidentitymobilemessagingvoicetelesign

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[telesign/telesign

TeleSign SDK

162.1M2](/packages/telesign-telesign)[league/oauth2-client

OAuth 2.0 Client Library

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

OAuth 1.0 Client Library

99898.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)[facile-it/php-openid-client

OpenID (OIDC) Client

42592.7k7](/packages/facile-it-php-openid-client)[adam-paterson/oauth2-stripe

Stripe OAuth 2.0 Client Provider for The PHP League OAuth2-Client

172.4M4](/packages/adam-paterson-oauth2-stripe)

PHPackages © 2026

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