Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zend only? #1

Closed
hailwood opened this issue Jan 31, 2018 · 2 comments
Closed

Zend only? #1

hailwood opened this issue Jan 31, 2018 · 2 comments
Labels
question Further information is requested

Comments

@hailwood
Copy link

So just checking, this middleware only works with the zend framework?

Would you be interested in turning this package into a generic repository for graphql upload middlewares, e.g. I could create a LaravelUploadMiddleware?

@PowerKiKi
Copy link
Member

PowerKiKi commented Jan 31, 2018

Not at all, it implements the recently accepted PSR-15 and can thus be used with anything that follow that specification. The README instructions are only an example of one framework, because we don't really want to duplicate docs for every single framework out there. But you could use it with pretty much anything.

@PowerKiKi PowerKiKi added the question Further information is requested label Jan 31, 2018
@hailwood
Copy link
Author

Gotcha,

Just for completion purposes, if someone were to use this package with Laravel, as it does not implement the PSR-15 spec currently, we need to use a bridge package.

I recommend https://github.com/jshannon63/laravel-psr15-middleware, the docs are fairly explicit on how to use it.

--
Matt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants