PHPackages                             fourlabs/gmail-doctrine-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. fourlabs/gmail-doctrine-bundle

ActiveLibrary

fourlabs/gmail-doctrine-bundle
==============================

Doctrine Implementation of fourlabs/gmail-bundle

0.1.0(9y ago)31.7k1[2 issues](https://github.com/fourlabsldn/GmailDoctrineBundle/issues)MITPHPPHP &gt;=7.0

Since Feb 23Pushed 9y agoCompare

[ Source](https://github.com/fourlabsldn/GmailDoctrineBundle)[ Packagist](https://packagist.org/packages/fourlabs/gmail-doctrine-bundle)[ Docs](https://github.com/fourlabsldn/GmailBundle)[ RSS](/packages/fourlabs-gmail-doctrine-bundle/feed)WikiDiscussions master Synced 1mo ago

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

FL\\GmailDoctrineBundle
=======================

[](#flgmaildoctrinebundle)

GmailDoctrineBundle provides you a Doctrine implementation of [GmailBundle](https://github.com/fourlabsldn/GmailBundle).

[![StyleCI](https://camo.githubusercontent.com/2a955dbe2ebd61f1684f773f052e30fb41a034c9a6516daf6dc160a18dbb00e3/68747470733a2f2f7374796c6563692e696f2f7265706f732f37303236303533362f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/70260536)[![SensioLabsInsight](https://camo.githubusercontent.com/e948cffac13033e9a8b429657ea624469f53c854008926125bac84292ad50be2/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33656435323863662d316439622d343234312d623931612d3930656261363031663564342f6d696e692e706e67)](https://insight.sensiolabs.com/projects/3ed528cf-1d9b-4241-b91a-90eba601f5d4)

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

[](#installation)

```
    $ composer require fourlabs/gmail-doctrine-bundle
```

Configuration
-------------

[](#configuration)

```
// app/config/config.yml

fl_gmail_doctrine:
  sync_setting_class: TriprHqBundle\Entity\GmailSyncSetting

```

Setup
-----

[](#setup)

- Create doctrine entities in your entities folder e.g. `AppBundle\Entity`.
- These entities must extend all the MappedSuperClasses in this bundle's `Entity` folder.
- Make sure you use the provided repositories (from the entity folder). Or extend the repositories.

```
