egeloen / IvoryGoogleMapBundle

Google Map API v3 integration for your Symfony2 project.
https://github.com/egeloen/ivory-google-map
MIT License
217 stars 152 forks source link

Is this bundle still maintained? #150

Closed sdespont closed 8 years ago

sdespont commented 8 years ago

Hello,

Your bundle seems very useful, but is it still maintained? Does it still works with last Google Map V3 version?

Thanks

nurikabe commented 8 years ago

+1

giovkanata commented 8 years ago

:+1:

chandon commented 8 years ago

This bundle seems not to be maintained anymore. It throws a lots of deprecation warnings since Symfony 2.7, even more with Symfony 2.8 and doesn't work with symfony 3. I think it's better to use another bundle with Symfony 2.7 and later

tomasjav commented 8 years ago

@chandon do you have any suggestions for alternative bundles? Or should I write functionality I need by myself and don't use this bundle anymore?

chandon commented 8 years ago

@Platzengys no idea for an alternative bundle, i'm still using this one... For google maps, i think it's better to use the api directly and to avoid bundles (i just need some time to do it and to remove IvoryFoofleMapBundle)

egeloen commented 8 years ago

I know I'm very late here but it is not the first time I will announce what I will say :)

The bundle is currently not maintained mostly due to the amount of code there is in this bundle/library and the fact I don't use it in any of my current projects... So, not easy to maintain something you have not used since ages...

Anyway, I'm totally open to give the library/bundle to someone which have interest in it and would like to bring the project to the next level. If you're interestting, you can comment here or directly send me a message, email, whatever for discussing it.

KevinArtus commented 8 years ago

Bundle worl well with SYmfony 2.8. I do not find depreciated functionnality.

fungio commented 8 years ago

I made a fork with 3.0 compatibility. If you are interested : https://packagist.org/packages/fungio/google-map-bundle I'll try to maintain it.

nurikabe commented 8 years ago

@fungio Why not take over the original version from @egeloen?

fungio commented 8 years ago

I needed this bundle to work with sf3 and I couldn't wait for egeloen to maintain it or to give it to someone so I made my own fork.

egeloen commented 8 years ago

The 2.x version of the bundle is not maintained anymore but the upcoming 3.x version will be.