alexey-kupershtokh / location-bundle
dev-master
2016-03-10 17:29 UTC
Requires
- guzzlehttp/guzzle: ~6.0
- phpunit/phpunit: ^4.8
- symfony/options-resolver: ^3.0
- symfony/serializer: ^3.0
Requires (Dev)
- satooshi/php-coveralls: ^1.0
- symfony/framework-bundle: ^3.0
This package is not auto-updated.
Last update: 2024-12-27 19:26:58 UTC
README
Installation:
- Run
composer require alexey-kupershtokh/location-bundle dev-master
. - 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();