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

StreamWrapper implementation #1602

Open
dmitryuk opened this issue Nov 28, 2022 · 2 comments
Open

StreamWrapper implementation #1602

dmitryuk opened this issue Nov 28, 2022 · 2 comments

Comments

@dmitryuk
Copy link

dmitryuk commented Nov 28, 2022

Feature Request

Q A
Flysystem Version 3.0.0

Scenario / Use-case

Then I worked on big package I've used https://github.com/twistor/flysystem-stream-wrapper package to create own scheme for flysystem package.
We need scheme because Symfony's FileValidator uses method is_file with string parameter to check file exiting. For example, fly://filename.txt working well.
After Flysystem migrate to v2 and then v3 Twistor package became abandoned. Another same package https://github.com/KnpLabs/Gaufrette also abandoned.
Now new package https://github.com/m2mtech/flysystem-stream-wrapper supports flysystem V3. In future it can be also abandoned and not supported well.
I think PhpLeague flysystem should have his own stream wrapper officially supported.

Can we implement it? Should it be a separate package or a part of this package?

@maxhelias
Copy link
Contributor

Issue also requested on the symfony bundle : thephpleague/flysystem-bundle#96

@elazar
Copy link

elazar commented Aug 14, 2024

I've written something that may serve this need: https://github.com/elazar/flystream

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

No branches or pull requests

3 participants