2017 © Pedro Peláez
 

library location-bundle

image

alexey-kupershtokh/location-bundle

  • Thursday, March 10, 2016
  • by AlexeyKupershtokh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

location-bundle

Build Status Coverage Status Scrutinizer Code Quality, (*1)

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:, (*2)

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

The Versions