mojoauth/php-sdk

MojoAuth PHP API Client

1.0.0 2022-07-04 10:41 UTC

This package is not auto-updated.

Last update: 2024-05-17 12:09:14 UTC


README

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