mojoauth/php-sdk 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mojoauth/php-sdk

Composer 安装命令:

composer require mojoauth/php-sdk

包简介

MojoAuth PHP API Client

README 文档

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

统计信息

  • 总下载量: 16
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-09-18