Download the PHP package nucleos/maps-bundle without Composer
On this page you can find all versions of the php package nucleos/maps-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nucleos/maps-bundle
More information about nucleos/maps-bundle
Files in nucleos/maps-bundle
Package maps-bundle
Short Description This bundle provides simple map rendering in symfony application.
License MIT
Homepage https://nucleos.rocks
Informations about the package maps-bundle
NucleosMapsBundle
This bundle provides simple map rendering in symfony application.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php
file of your project:
Configure the Bundle
Create a configuration file called nucleos_maps.yaml
and define geocoders:
Usage
If you want dynamic address resultion:
If you know the exact coordinates:
Assets
The assets can be loaded via stimulus.
When using webpack-encore with enableStimulusBridge
everything is pre-configured for you.
License
This bundle is under the MIT license.
All versions of maps-bundle with dependencies
ext-json Version *
geocoder-php/common-http Version ^4.2
geocoder-php/provider-implementation Version ^1.0
psr/log Version ^1.0 || ^2.0 || ^3.0
sonata-project/block-bundle Version ^4.21 || ^5.0
sonata-project/form-extensions Version ^1.4 || ^2.0
symfony/config Version ^6.4 || ^7.0
symfony/dependency-injection Version ^6.4 || ^7.0
symfony/expression-language Version ^6.4 || ^7.0
symfony/form Version ^6.4 || ^7.0
symfony/framework-bundle Version ^6.4 || ^7.0
symfony/http-foundation Version ^6.4 || ^7.0
symfony/http-kernel Version ^6.4 || ^7.0
symfony/options-resolver Version ^6.4 || ^7.0
symfony/twig-bridge Version ^6.4 || ^7.0
twig/twig Version ^2.4 || ^3.0
willdurand/geocoder Version ^4.2
willdurand/geocoder-bundle Version ^5.11