PHPackages                             junthink/lumen-admob-ssv - 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. junthink/lumen-admob-ssv

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

junthink/lumen-admob-ssv
========================

Google Admob server-side verification php library

v1.0.1(2y ago)0461MITPHPPHP &gt;=7.0

Since Aug 4Pushed 2y agoCompare

[ Source](https://github.com/junthink/lumen-admob-ssv)[ Packagist](https://packagist.org/packages/junthink/lumen-admob-ssv)[ Docs](https://github.com/junthink/lumen-admob-ssv)[ RSS](/packages/junthink-lumen-admob-ssv/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (6)Versions (3)Used By (0)

Laravel Google AdMob Server-side Verification
=============================================

[](#laravel-google-admob-server-side-verification)

The library help you to verify Admob callback in server.

Install
-------

[](#install)

```
composer require junthink/lumen-admob-ssv

```

How to use
----------

[](#how-to-use)

```
use junthink\LaravelAdmobSsv\AdMob;
use Illuminate\Http\Request;

public function callback(Request $request) {
    $adMob = new AdMob($request);
    if ($adMob->validate()) {
        // success
    } else {
        // failed
    }
}
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.6% 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 ~0 days

Total

2

Last Release

1064d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2536072?v=4)[Jun](/maintainers/junthink)[@junthink](https://github.com/junthink)

---

Top Contributors

[![CasperLaiTW](https://avatars.githubusercontent.com/u/5094008?v=4)](https://github.com/CasperLaiTW "CasperLaiTW (11 commits)")[![junthink](https://avatars.githubusercontent.com/u/2536072?v=4)](https://github.com/junthink "junthink (2 commits)")[![keatliang2005](https://avatars.githubusercontent.com/u/473990?v=4)](https://github.com/keatliang2005 "keatliang2005 (1 commits)")

---

Tags

laravelgooglefirebaseadadmobssvserver-side verification

### Embed Badge

![Health badge](/badges/junthink-lumen-admob-ssv/health.svg)

```
[![Health](https://phpackages.com/badges/junthink-lumen-admob-ssv/health.svg)](https://phpackages.com/packages/junthink-lumen-admob-ssv)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M885](/packages/laravel-socialite)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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