All Projects → getyoti → yoti-php-sdk

getyoti / yoti-php-sdk

Licence: MIT license
The PHP SDK for interacting with the Yoti Platform

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to yoti-php-sdk

yoti-java-sdk
The Java SDK for interacting with the Yoti Platform
Stars: ✭ 13 (-40.91%)
Mutual labels:  identity, login, register, verification, 2fa, multifactor-authentication, yoti
node-identif
🔑 Helper class to verify one's identity via personal channels(SMS, Phone, E-Mail and more!)
Stars: ✭ 27 (+22.73%)
Mutual labels:  identity, verification, 2fa
Identityserver4aspnetcoreidentitytemplate
An ASP.NET Core 3.1 IdentityServer4 Identity Bootstrap 4 template with localization
Stars: ✭ 262 (+1090.91%)
Mutual labels:  identity, 2fa
Aspnetcoreid4external
external OpenID Connect Login to IdentityServer4 with AAD
Stars: ✭ 63 (+186.36%)
Mutual labels:  identity, 2fa
verify-apple-id-token
Verify the Apple id token on the server side.
Stars: ✭ 49 (+122.73%)
Mutual labels:  login, verification
graph-vl
Self hosted identity verification layer with GraphQL.
Stars: ✭ 25 (+13.64%)
Mutual labels:  identity, verification
Kratos
Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, profile management, identity schemas, social sign in, registration, account recovery, and IoT auth. Golang, headless, API-only - without templating or theming headaches.
Stars: ✭ 4,684 (+21190.91%)
Mutual labels:  identity, login
Authing
🔥Authing - IDaaS/IAM solution that can Auth to web and mobile applications.
Stars: ✭ 247 (+1022.73%)
Mutual labels:  identity, login
user login and register
user login and register system in django
Stars: ✭ 43 (+95.45%)
Mutual labels:  login, register
AspNetCoreBackChannelLogout
ASP.NET Core Back-Channel Logout for Hybrid Clients, Redis, Key Vault, Azure
Stars: ✭ 17 (-22.73%)
Mutual labels:  identity, 2fa
logSys
PHP Secure, Advanced Login System
Stars: ✭ 80 (+263.64%)
Mutual labels:  login, register
RN-login-register-screen
Usage of login / sign-in screen with register / sign-up and forget password screen for authentication in react-native with navigation and Async local storage of input values
Stars: ✭ 32 (+45.45%)
Mutual labels:  login, register
authentication
A framework agnostic authentication library based on PSR standards
Stars: ✭ 19 (-13.64%)
Mutual labels:  identity, login
IDVerification
"Very simple but works well" Computer Vision based ID verification solution provided by LibraX.
Stars: ✭ 44 (+100%)
Mutual labels:  identity, verification
Webauthn
Go package for easy WebAuthn integration
Stars: ✭ 131 (+495.45%)
Mutual labels:  login, 2fa
Brightid
Reference mobile app for BrightID
Stars: ✭ 101 (+359.09%)
Mutual labels:  identity, verification
spring-boot-mongodb-security-angular8
Spring Boot, Security, MongoDB, Angular 8: Build Authentication
Stars: ✭ 17 (-22.73%)
Mutual labels:  login, register
auth-flow-react-apollo-saga
Full stack login/register flow with React, Apollo, Redux, Redux-saga and MongoDB.
Stars: ✭ 22 (+0%)
Mutual labels:  login, register
vue-koa2-login
🍥 Vue + Koa2 实现前后端注册登录流程
Stars: ✭ 23 (+4.55%)
Mutual labels:  login, register
Apriliya-Api
Simple Web API with user authentication
Stars: ✭ 19 (-13.64%)
Mutual labels:  login, register

Yoti PHP SDK

Build Status Coverage Bugs Code Smells Vulnerabilities

Welcome to the Yoti PHP SDK. This repo contains the tools you need to quickly integrate your PHP back-end with Yoti, so that your users can share their identity details with your application in a secure and trusted way.

Table of Contents

  1. Requirements - Check you have what you need

  2. Enabling the SDK - How to install our SDK

  3. Setup - Setup required before using the Yoti services

  4. Products - Links to more information about the products offered by the Yoti SDK

  5. Support - Please feel free to reach out

Requirements

  • PHP ^7.1
  • CURL PHP extension (must support TLSv1.2)

Recommended (optional)

Enabling the SDK

To import the Yoti SDK inside your project, you can use your favourite dependency management system. If you are using Composer, you need to do one of the following:

Add the Yoti SDK dependency:

"require": {
    "yoti/yoti-php-sdk" : "^3.0"
}

Or run this Composer command

$ composer require yoti/yoti-php-sdk "^3.0"

Setup

For each service you will need:

  • Your Client SDK ID, generated by Yoti Hub when you create (and then publish) your app.
  • Your .pem file. This is your own unique private key which your browser generates from the Yoti Hub when you create an application.

Products

The Yoti SDK can be used for the following products, follow the links for more information about each:

  1. Yoti app integration - Connect with already-verified customers.
  2. Yoti Doc Scan - Identity verification embedded in your website or app.

Support

For any questions or support please email [email protected]. Please provide the following to get you up and working as quickly as possible:

  • Computer type
  • OS version
  • Version of PHP being used
  • Screenshot

Once we have answered your question we may contact you again to discuss Yoti products and services. If you’d prefer us not to do this, please let us know when you e-mail.

For further documentation, see https://developers.yoti.com/yoti/welcome

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].