PHPackages                             quickey/quickey-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. quickey/quickey-php-sdk

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

quickey/quickey-php-sdk
=======================

A Login Management System for Application

v1.0.7(4y ago)021MITPHPPHP &gt;=7.4.16

Since May 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/efrizal-analisa/quickey_php_sdk)[ Packagist](https://packagist.org/packages/quickey/quickey-php-sdk)[ RSS](/packages/quickey-quickey-php-sdk/feed)WikiDiscussions main Synced 5d ago

READMEChangelog (8)Dependencies (1)Versions (10)Used By (0)

Quickey\_php\_sdk
=================

[](#quickey_php_sdk)

A Login Management System for Application

Requirements
============

[](#requirements)

- cURL
- PHP 7.4+

Installation
============

[](#installation)

Using Composer
--------------

[](#using-composer)

To install quickey-php-sdk with Composer, just running the following command:

```
composer require quickey/quickey-php-sdk

```

Usage
=====

[](#usage)

```
$vendorDir = 'path/to';
require_once $vendorDir.'/vendor/quickey/quickey-php-sdk/src/QK.php';

$quickey = new Quickey('YOUR API KEY');

```

Get App Data
------------

[](#get-app-data)

```
$app = quickey->app->getMetaData();

```

Get Access Token By Email
-------------------------

[](#get-access-token-by-email)

```
$token = quickey->auth->getAccessTokenByEmail('YOUR EMAIL', 'YOUR PROVIDER');

```

Get Access Token By Phone
-------------------------

[](#get-access-token-by-phone)

```
$token = quickey->auth->getAccessTokenByPhone('YOUR Phone', 'YOUR PROVIDER');

```

Send SMS OTP To Phone
---------------------

[](#send-sms-otp-to-phone)

```
$response = quickey->app->sendSMSOTP('YOUR PHONE', 'YOUR PROVIDER');

```

Link Phone To Email
-------------------

[](#link-phone-to-email)

```
$response = quickey->auth->linkPhoneToEmail('YOUR PHONE', 'YOUR PROVIDER');

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~12 days

Recently: every ~19 days

Total

8

Last Release

1745d ago

PHP version history (2 changes)v1.0.0PHP &gt;=8.0.5

v1.0.5PHP &gt;=7.4.16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20830179?v=4)[efrizal](/maintainers/efrizal)[@Efrizal](https://github.com/Efrizal)

---

Top Contributors

[![efrizal-analisa](https://avatars.githubusercontent.com/u/83401396?v=4)](https://github.com/efrizal-analisa "efrizal-analisa (33 commits)")

### Embed Badge

![Health badge](/badges/quickey-quickey-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/quickey-quickey-php-sdk/health.svg)](https://phpackages.com/packages/quickey-quickey-php-sdk)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
