Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.5 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.5 KB

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