PHPackages                             tmcycyit/geo-bridge-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tmcycyit/geo-bridge-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

tmcycyit/geo-bridge-bundle
==========================

2.0.3(3y ago)01431tmcycyitPHP

Since Feb 10Pushed 3y ago2 watchersCompare

[ Source](https://github.com/tmcycyit/geo-bridge-bundle)[ Packagist](https://packagist.org/packages/tmcycyit/geo-bridge-bundle)[ RSS](/packages/tmcycyit-geo-bridge-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

GeoBridgeBundle
===============

[](#geobridgebundle)

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

[](#installation)

---

### Step1: Download GeoBridgeBundle using composer

[](#step1-download-geobridgebundle-using-composer)

Add GeoBridgeBundle in your composer.json:

```
{
    "require": {
        ...
        "tmcycyit/geo-bridge-bundle": "dev-master",
    }
}
```

Now update composer.phar

Composer will install the bundle to your project's `vendor/yit` directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
