PHPackages                             techkoga/tool - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. techkoga/tool

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

techkoga/tool
=============

Google Verification,tools

00PHP

Since Jun 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jackhhy/techkoga)[ Packagist](https://packagist.org/packages/techkoga/tool)[ RSS](/packages/techkoga-tool/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Install
=======

[](#install)

`composer require techkoga/tool`

GoogleTool::CreateGoogleSecretQrcode
====================================

[](#googletoolcreategooglesecretqrcode)

Generate Google key and Google QR code

Usage example：

```
use techkoga\Tools\GoogleTool;

$username = 'xxxxxx';

list($Secret,$qrCodeUrl) = GoogleTool::CreateGoogleSecretQrcode($username);
```

GoogleTool::CheckGoogleSecret
=============================

[](#googletoolcheckgooglesecret)

Verify google captcha with secret key

Usage example：

```
use techkoga\Tools\GoogleTool;

$VerifyCode = '369785';
$GoogleSecret='xxxxxxxx';
$result= GoogleTool::CheckGoogleSecret($VerifyCode,$GoogleSecret);
if($result){
  echo 'success';
}
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/20c53e60f674a2835991ac745447dd27d3f3aeaf29a7aa0c9b46732ab28b778a?d=identicon)[TechKoga](/maintainers/TechKoga)

---

Top Contributors

[![jackhhy](https://avatars.githubusercontent.com/u/30690755?v=4)](https://github.com/jackhhy "jackhhy (10 commits)")

### Embed Badge

![Health badge](/badges/techkoga-tool/health.svg)

```
[![Health](https://phpackages.com/badges/techkoga-tool/health.svg)](https://phpackages.com/packages/techkoga-tool)
```

PHPackages © 2026

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