Download the PHP package frostiede/eventable-flysystem without Composer
On this page you can find all versions of the php package frostiede/eventable-flysystem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package eventable-flysystem
Eventable Flysystem
This is a Filesystem implementation which dispatches events on any call to the underlying filesystem.
In contrast to flysystem-eventable-filesystem this implementation can be used with Symfonys EventDispatcher.
Composer
$ composer require frostiede/eventable-flysystem
Usage
$adapter = new Local('./uploads'); # use League\Flysystem\Adapter\Local
$dispatcher = new EventDispatcher(); # use Symfony\Component\EventDispatcher\EventDispatcher
$filesystem = new EventableFilesystem($dispatcher, $adapter);
Of course, your $adapter
can be any adapter :wink:
Contribution
Feel free to contribute :-)
License
MIT
All versions of eventable-flysystem with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1 || ^7.2
league/flysystem Version ^1.0
symfony/event-dispatcher Version ^4.1
league/flysystem Version ^1.0
symfony/event-dispatcher Version ^4.1
The package frostiede/eventable-flysystem contains the following files
Loading the files please wait ....