alexey-kupershtokh/location-bundle

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

This package is not auto-updated.

Last update: 2024-09-20 18:23:41 UTC


README

Build Status Coverage Status Scrutinizer Code Quality

安装

  1. 运行composer require alexey-kupershtokh/location-bundle dev-master
  2. 然后在AppKernel.php中启用该包
   public function registerBundles()
   {
       $bundles = [
           ...
           new \AlexeyKuperhstokh\LocationBundle\LocationBundle(),
       ];   
      

用法

LocationBundle提供了一个名为location_bundle.client的服务,因此其使用非常简单

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