PHPackages                             vx/ip-field-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. vx/ip-field-bundle

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

vx/ip-field-bundle
==================

Ip form type for symfony 2 forms

019PHP

Since Feb 10Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Vixys/VxIpFieldTypeBundle)[ Packagist](https://packagist.org/packages/vx/ip-field-bundle)[ RSS](/packages/vx-ip-field-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

VxIpFieldTypeBundle
===================

[](#vxipfieldtypebundle)

Provide an ip field for symfony forms.

Requirements
------------

[](#requirements)

- Symfony2.\*

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

[](#installation)

### Composer

[](#composer)

Add VxJsUploadBundle in your composer.json:

```
{
    "require": {
        "vx/ip-field-bundle": "dev-master"
    }
}
```

Now you can download the bundle with composer:

```
$ php composer.phar update vx/ip-field-bundle
```

### AppKernel

[](#appkernel)

Enable the bundle in the kernel:

```
