Manivasagan
Manivasagan

Reputation: 212

Can i use earlier version symfony plugin in symfony2 project?

I want to use http://www.symfony-project.org/plugins/sfGearmanPlugin in my project. This plugin has developed in symfony 1.4. I want to use in symfony2.How can i use that?

Upvotes: 0

Views: 131

Answers (1)

seferov
seferov

Reputation: 4161

Because symfony1.x and Symfony2 have completely different structures, it could be said that it is impossible use the plugin.

Instead you should find alternatives as a bundle for it. I think here it the one: https://github.com/mmoreramerino/GearmanBundle

Upvotes: 3

Related Questions