dev-master
9999999-dev https://github.com/RobMastersThis Bundle provides services for integrating with Maxmind for Geolocation functionality
MIT
The Requires
- php >=5.3.2
The Development Requires
by Rob Masters
geolocation maxmind geoblock
This Bundle provides services for integrating with Maxmind for Geolocation functionality
This bundle provides a sandbox to showcase how to use various Form Types provided by the GenemuFormBundle, (*1)
Add the following dependency to your composer.json file: ``` json { "require": { "_some_packages": "...",, (*2)
"robmasters/maxmind-bundle": "dev-master" }
}, (*3)
### Step 2: Enable the bundle ```php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new RJM\Bundle\MaxmindBundle\RJMMaxmindBundle(), ); }
This Bundle provides services for integrating with Maxmind for Geolocation functionality
MIT
geolocation maxmind geoblock