jul/location-bundle

Provides a location management system to use independently or with a map API

dev-master 2014-07-24 16:34 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:17:28 UTC


README

JulLocationBundle has been created to handle Location storage within Symfony. It ships with 4 preconfigured entities:

  • Location
  • City
  • State
  • Country

The main purpose of JulLocationBundle is to enforce that your dataset is free of duplicate entries, according to criterias of your choosing.

Basically, if you want only one Country named 'United States' in your database, and all your States referring to it automatically, you're in the right place.

In addition, a Googlemap places autocomplete implementation is available to feed the entities with properly formatted data, show the location on a map, and even offer photos of the location when available.

Documentation

Learn how to install and use JulLocationBundle in the documentation

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE