telesign-php8/telesignenterprise-8
Composer 安装命令:
composer require telesign-php8/telesignenterprise-8
包简介
TeleSign Enterprise SDK
README 文档
README
Telesign Full-service PHP SDK
Telesign 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
- 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
Follow these steps to add this SDK as a dependency to your project.
- (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_integrationsdirectory.
cd ~/code/local
mkdir telesign_integrations
cd telesign_integrations
mkdir {your project name}
cd {your project name}
- 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
- 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.
-
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
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
- Learn to send a request to Telesign with code with one of our tutorials.
- Browse our Developer Portal for tutorials, how-to guides, reference content, and more.
- Check out our sample code on GitHub.
telesign-php8/telesignenterprise-8 适用场景与选型建议
telesign-php8/telesignenterprise-8 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 125 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 08 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「Authentication」 「sms」 「mobile」 「messaging」 「identity」 「voice」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 telesign-php8/telesignenterprise-8 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 telesign-php8/telesignenterprise-8 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 telesign-php8/telesignenterprise-8 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Beyonic PHP Library
Automatically logs-in users if they are already authenticated by a remote source. (e.g. environment variable REMOTE_USER)
GraphQL authentication for your headless Craft CMS applications.
Laravel middleware to restrict a site or specific routes using HTTP basic authentication
The skeleton application for NativePHP for Mobile.
Email Toolkit Plugin for CakePHP
统计信息
- 总下载量: 125
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-03