massiveart / MassiveSearchBundle

MIT License
68 stars 24 forks source link

Work outside of Symfony #109

Closed dgram closed 7 years ago

dgram commented 7 years ago

Hey,

i want to use this bundle outside of Symfony - in that case for ZendFramework. Is there an easy way to work without the whole symfony mvc in use?

regards thx

wachterjohannes commented 7 years ago

the only way I would see is to extract the namespace Massive\Bundle\SearchBundle\Search into an own component and use it here. but I don't think that will be done in the nearer future. @chirimoya what do you tink?

dgram commented 7 years ago

okay thx for your answer. i think i have found an option, someone develop an symfonybridge for zendframework, i've try to load the MassiveSearchBundle within the bridge, if someones interested in the bridge see here SymfonyBridge

wachterjohannes commented 7 years ago

@dgram thanks for the information. i will close this issue - but if you need some help feel free to ask here or create a new issue