alexey-kupershtokh/location-bundle

dev-master 2016-03-10 17:29 UTC

This package is not auto-updated.

Last update: 2024-05-03 16:33:05 UTC


README

Build Status Coverage Status Scrutinizer Code Quality

Installation:

  1. Run composer require alexey-kupershtokh/location-bundle dev-master.
  2. Then enable the bundle in the AppKernel.php:
   public function registerBundles()
   {
       $bundles = [
           ...
           new \AlexeyKuperhstokh\LocationBundle\LocationBundle(),
       ];   
      

Usage:

LocationBundle provides a service location_bundle.client so it's usage is as simple as:

$versions = $container->get('location_bundle.client')->getLocations();