cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Magento 2 to an existing ZF2 application

Adding Magento 2 to an existing ZF2 application

Hello,

 

I'm developing a ZF2 application and I'd like to add Magento 2 to it.  Can you advise on how that would be done?  All the "composer create-project..." options seem to want to create a whole new application.  I suppose I could do that and then add my ZF2 application modules into it, but it seems like that might not be optimal, either, since Magento is ZF1-based.  Please advise.

 

Best,
Dave

 

2 REPLIES 2

Re: Adding Magento 2 to an existing ZF2 application

I recommend you to use some of Magento 2 APIs to integrate Magento 2 with your existing ZF2 application.

Re: Adding Magento 2 to an existing ZF2 application

Thanks, Dmitry!