Download the PHP package telesign/telesign without Composer

On this page you can find all versions of the php package telesign/telesign. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package telesign

packagist license

Telesign Self-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

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.

  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.

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

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.

  1. 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.
  2. 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

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


All versions of telesign with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2.5 || ^8.0
ext-xml Version *
guzzlehttp/guzzle Version ^7.0
ramsey/uuid Version ^4
psr/http-message Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package telesign/telesign contains the following files

Loading the files please wait ....