PHPackages                             casperlaitw/laravel-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. casperlaitw/laravel-admob-ssv

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

casperlaitw/laravel-admob-ssv
=============================

Google Admob server-side verification php library

v1.5.0(2mo ago)524.0k↓25.3%7[1 issues](https://github.com/CasperLaiTW/laravel-admob-ssv/issues)MITPHPPHP &gt;=7.0

Since Sep 6Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/CasperLaiTW/laravel-admob-ssv)[ Packagist](https://packagist.org/packages/casperlaitw/laravel-admob-ssv)[ Docs](https://github.com/CasperLaiTW/laravel-admob-ssv)[ RSS](/packages/casperlaitw-laravel-admob-ssv/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (12)Versions (8)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 casperlaitw/laravel-admob-ssv

```

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

[](#how-to-use)

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

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

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance82

Actively maintained with recent releases

Popularity33

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.8% 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 ~411 days

Recently: every ~482 days

Total

6

Last Release

68d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5094008?v=4)[Casper Lai](/maintainers/casperlaitw)[@CasperLaiTW](https://github.com/CasperLaiTW)

---

Top Contributors

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

---

Tags

laravelgooglefirebaseadadmobssvserver-side verification

### Embed Badge

![Health badge](/badges/casperlaitw-laravel-admob-ssv/health.svg)

```
[![Health](https://phpackages.com/badges/casperlaitw-laravel-admob-ssv/health.svg)](https://phpackages.com/packages/casperlaitw-laravel-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.5M889](/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.

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

API Platform support for Laravel

58171.8k14](/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)
