PHPackages                             bugdetector/symfony-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. bugdetector/symfony-admob-ssv

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

bugdetector/symfony-admob-ssv
=============================

Google Admob server-side verification php library

1.0.1(11mo ago)0130MITPHPPHP &gt;=8.2

Since May 14Pushed 11mo agoCompare

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

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Symfony Google AdMob Server-side Verification
=============================================

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

The library help you to verify Admob callback in server.

Install
-------

[](#install)

```
composer require bugdetector/symfony-admob-ssv

```

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

[](#how-to-use)

```
use Bugdetector\AdMobSSV\AdMobSSV;
use Symfony\Component\HttpFoundation\Request;

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

### example with public key cache

[](#example-with-public-key-cache)

```
use Bugdetector\AdMobSSV\AdMobSSV;
use Symfony\Component\HttpFoundation\Request;
use Kevinrob\GuzzleCache\Strategy\PrivateCacheStrategy;
use Kevinrob\GuzzleCache\Storage\DoctrineCacheStorage;
use Doctrine\Common\Cache\FilesystemCache;

public function callback(Request $request) {
    $ssv = new AdMobSSV($request);

    $ssv->setCacheStrategy(
        new PrivateCacheStrategy(
            new DoctrineCacheStorage(
                new FilesystemCache('/tmp/')
            )
        )
    );

    if ($ssv->validate()) {
        // success
    } else {
        // failed
    }
}
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance51

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~70 days

Total

2

Last Release

346d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d400f65be2d9dc6864768806f7bb27113ecec916ed181e481ef525b7cd72063?d=identicon)[bugdetector](/maintainers/bugdetector)

---

Top Contributors

[![Junker](https://avatars.githubusercontent.com/u/1144095?v=4)](https://github.com/Junker "Junker (12 commits)")[![CasperLaiTW](https://avatars.githubusercontent.com/u/5094008?v=4)](https://github.com/CasperLaiTW "CasperLaiTW (9 commits)")[![bugdetector](https://avatars.githubusercontent.com/u/18223840?v=4)](https://github.com/bugdetector "bugdetector (4 commits)")

---

Tags

symfonygoogleadadmobssvserver-side verification

### Embed Badge

![Health badge](/badges/bugdetector-symfony-admob-ssv/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M991](/packages/statamic-cms)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)

PHPackages © 2026

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