Skip to content

Conversation

@moufmouf
Copy link
Contributor

I'd like to add a reference to 2 new very special middlewares I just wrote:

silex-middleware and symfony-middleware can turn a Silex application or a Symfony application into a middleware.
This is cool because Silex or Symfony are no more the last "app" that we stack upon. They can now be a part of the middleware to another app.

So you could stack a Silex application in front of a Symfony application, and so on...

I've had a need for those as I was working on a fork of framework-interop (https://github.com/moufmouf/framework-interop/), a project by @mnapoli that makes heavy use of StackPHP and of container-interop to build a web application with many frameworks enabled at once (the test project is having Silex, Symfony 2 and Zend Framework 1 working together in the same application)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong URL here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mnapoli Hm, it works for me? Either @moufmouf fixed it or there was a github hiccup earlier?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@moufmouf
Copy link
Contributor Author

Matthieu is right, I forgot to change the title URL for Symfony-middleware. It is fixed now.

simensen added a commit that referenced this pull request Feb 17, 2015
Adding references to 2 new middlewares
@simensen simensen merged commit 34a076d into stackphp:master Feb 17, 2015
@simensen
Copy link
Member

Published. I apologize for the delay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants