reactphp / filesystem

Evented filesystem access.
MIT License
135 stars 40 forks source link

Add supported adapters static method #42

Closed ghost closed 6 years ago

ghost commented 6 years ago

This PR adds a method to the Filesystem Interface to get the supported adapters of the current installation. The Adapter Interface gets a new method to determine whether the adapter is supported on the current installation.

This PR closes #32. Replaces PR #33.