https://github.com/mojoauth/mojoauth-php
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://github.com/mojoauth/mojoauth-php
authentication-backend ciam iam identity login-system passwordless passwordless-authentication passwordless-login php-library php-login php-saml php-sdk
Last synced: 10 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mojoauth/mojoauth-php
- Owner: MojoAuth
- License: mit
- Created: 2024-06-28T07:07:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T12:09:01.000Z (over 1 year ago)
- Last Synced: 2025-03-07T15:07:17.118Z (10 months ago)
- Topics: authentication-backend, ciam, iam, identity, login-system, passwordless, passwordless-authentication, passwordless-login, php-library, php-login, php-saml, php-sdk
- Language: PHP
- Homepage: https://mojoauth.com/docs/
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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](http://www.mojoauth.com/) 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:
```