MojoAuth / php-sdk

Integrate MojoAuth into your PHP application with ease. Our PHP SDK provides seamless support for advanced authentication features such as PassKeys, SMS, OIDC, SAML, Social Sign-In, MFA, FIDO, OTP, and passwordless login. Experience top-tier security and performance with our API-first solution.

Home Page:https://mojoauth.com/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MojoAuth

PHP SDK

PHP SDK based on MojoAuth APIs.

Introduction

MojoAuth PHP is a wrapper which provides access to MojoAuth Platform APIs.

MojoAuth provides a secure and delightful experience to your customer with passwordless. Here, you'll find comprehensive guides and documentation to help you to start working with MojoAuth APIs.

Please visit here for more information.

Quickstart Guide

Installation

The MojoAuth PHP SDK can be installed with Composer. Run this command:

composer require mojoauth/php-sdk

Configuration

After successful install, you need to define the following MojoAuth Account info in your project anywhere before using the MojoAuth SDK or in the config file of your project:

<?php
require 'vendor/autoload.php';
$client = new mojoAuthAPI("MOJOAUTH_APIKEY");// mojoauth apikey replace at "MOJOAUTH_APIKEY"

Documentation

Getting Started - Everything you need to begin using this SDK.

How to contribute

We appreciate all kinds of contributions from anyone, be it finding an issue or writing a blog.

Please check the contributing guide to become a contributor.

License

For more information on licensing, please refer to License

About

Integrate MojoAuth into your PHP application with ease. Our PHP SDK provides seamless support for advanced authentication features such as PassKeys, SMS, OIDC, SAML, Social Sign-In, MFA, FIDO, OTP, and passwordless login. Experience top-tier security and performance with our API-first solution.

https://mojoauth.com/docs/

License:MIT License


Languages

Language:PHP 100.0%