PHPackages                             yumemi-inc/google-iap-laravel - 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. yumemi-inc/google-iap-laravel

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

yumemi-inc/google-iap-laravel
=============================

Authentication guard on Laravel for verifying requests from Google IAP (Identity-Aware Proxy).

v1.3.1(2y ago)12.7k[5 PRs](https://github.com/ymm-oss/google-iap-laravel/pulls)MITPHPPHP ^8.1CI failing

Since May 26Pushed 1y ago7 watchersCompare

[ Source](https://github.com/ymm-oss/google-iap-laravel)[ Packagist](https://packagist.org/packages/yumemi-inc/google-iap-laravel)[ RSS](/packages/yumemi-inc-google-iap-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (26)Used By (0)

Laravel Authentication for Google IAP
=====================================

[](#laravel-authentication-for-google-iap)

[![php](https://github.com/yumemi-inc/google-iap-laravel/actions/workflows/php.yml/badge.svg)](https://github.com/yumemi-inc/google-iap-laravel/actions/workflows/php.yml)

> **Warning**
> This is not an official product of YUMEMI Inc.

Authentication guard on Laravel for verifying requests from Google IAP (Identity-Aware Proxy).

Prerequisites
-------------

[](#prerequisites)

- PHP 8.1 or later
    - ext-gmp for JWT verification
- Laravel 9, 10, or 11 (dev)

Getting Started
---------------

[](#getting-started)

1. Require this package as a dependency.

    ```
    composer require yumemi-inc/google-iap-laravel
    ```
2. Implement `GoogleUserResolver` as you need.

    ```
