PHPackages                             manticora/google-federated-login-bundle - 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. manticora/google-federated-login-bundle

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

manticora/google-federated-login-bundle
=======================================

Google Federated Login

0.1(12y ago)1683MITPHP

Since Nov 30Pushed 12y agoCompare

[ Source](https://github.com/mgiustiniani/ManticoraGoogleFederatedLoginBundle)[ Packagist](https://packagist.org/packages/manticora/google-federated-login-bundle)[ Docs](https://github.com/mgiustiniani/ManticoraGoogleFederatedLoginBundle)[ RSS](/packages/manticora-google-federated-login-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

ManticoraGoogleFederatedLoginBundle
===================================

[](#manticoragooglefederatedloginbundle)

[![Build Status](https://camo.githubusercontent.com/8675a52688bafa607c2ae8ebecf27ab4f77650cdee4960fcda31d82ab356d947/68747470733a2f2f7472617669732d63692e6f72672f6d6769757374696e69616e692f4d616e7469636f7261476f6f676c654665646572617465644c6f67696e42756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/mgiustiniani/ManticoraGoogleFederatedLoginBundle)[![Latest Stable Version](https://camo.githubusercontent.com/116c19ae649e01f354e8e1ef61cbac30f5e7467d009891f0dbffdefbb74e5e3a/68747470733a2f2f706f7365722e707567782e6f72672f6d616e7469636f72612f676f6f676c652d6665646572617465642d6c6f67696e2d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/manticora/google-federated-login-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/0a0f6074a147e4071e8d4419d614d1b926364a71e4676901ed728f290dd4b437/68747470733a2f2f706f7365722e707567782e6f72672f6d616e7469636f72612f676f6f676c652d6665646572617465642d6c6f67696e2d62756e646c652f762f756e737461626c652e706e67)](https://packagist.org/packages/manticora/google-federated-login-bundle)[![Total Downloads](https://camo.githubusercontent.com/c4cd2cfcf37d9d53155e9aa3d9bd78c22b8ead79e31c7793c735621a5b523190/68747470733a2f2f706f7365722e707567782e6f72672f6d616e7469636f72612f676f6f676c652d6665646572617465642d6c6f67696e2d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/manticora/google-federated-login-bundle)

[![knpbundles.com](https://camo.githubusercontent.com/2ce5631bf16f11eaa924c580daa7ad6dd6fec358d5b17da3369dd639e36ea28a/687474703a2f2f6b6e7062756e646c65732e636f6d2f6d6769757374696e69616e692f4d616e7469636f7261476f6f676c654665646572617465644c6f67696e42756e646c652f62616467652d73686f7274)](http://knpbundles.com/mgiustiniani/ManticoraGoogleFederatedLoginBundle)

this bundle add a relay party Implementation of FpOpenIdBundle for Google App Federated login

Usage
-----

[](#usage)

...

Installation
------------

[](#installation)

### Download Packages

[](#download-packages)

Add the following lines in your `composer.json` file:

```
{
    "require": {
        "manticora/google-federated-login-bundle": "dev-master"
    }
}
```

Now, run composer.phar to download the bundle:

```
$ php composer.phar install
```

**Note:** You can immediately start using it. The autoloading files have been generated by composer and already included to the app autoload file.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Finally, enable the bundle in the kernel:

```
