dev-master
9999999-devRun Zend Framework on a Symfony HTTP kernel
MIT
The Requires
The Development Requires
by Reen Lokum
stack zf2
Run Zend Framework on a Symfony HTTP kernel
This repository was created way back when PSR-7 wasn't a thing. I would advise you to use PSR-7 as intermediate request format. Most stack middleware is already available for PSR-7., (*1)
The most common PSR-7 implementation can be found here. After that you should search for bridges to make it compatible with your framework if it isn't already., (*2)
This project runs a ZF2 project within the Symfony Http Foundation wich is even more fun when Stack comes into the picture., (*3)
Install Zend Framework using composer and simply add the require:
"reenl/stack-zf2": "dev-master"
. Then run composer update
., (*4)
Please take a look at [QUICKSTART.md] (QUICKSTART.md) for a more detailed description., (*5)
Because it can be done. I wanted to investigate how flexible ZF2 is versus SF. It helped me understand the inner workings of Zend Framework., (*6)
However it can be useful in several other cases:, (*7)
::handle
.$_ENV
and $_FILES
are not (yet) supported.Run Zend Framework on a Symfony HTTP kernel
MIT
stack zf2