Download the PHP package rossriley/doctrine-uploader without Composer
On this page you can find all versions of the php package rossriley/doctrine-uploader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rossriley/doctrine-uploader
More information about rossriley/doctrine-uploader
Files in rossriley/doctrine-uploader
Download rossriley/doctrine-uploader
More information about rossriley/doctrine-uploader
Files in rossriley/doctrine-uploader
Vendor rossriley
Package doctrine-uploader
Short Description Small package to handle file uploads via a save to a Flysystem Handler
License MIT
Package doctrine-uploader
Short Description Small package to handle file uploads via a save to a Flysystem Handler
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-uploader
Doctrine Uploader
This is a very basic composer package designed to slot into an existing Doctrine ORM based project.
The listener takes care of handling file uploads and saves the resulting path to the Entity.
How to bootstrap
Define your entity targets.
This is an array in the format Entity\Class=>[field1,field2] for example.
Provide a filesystem handler
This project uses Flysystem(http://flysystem.thephpleague.com) to handle saves. The simplest usage is as follows.
Add the listener to your EntityManager setup with the above setup
Putting it all together.
All versions of doctrine-uploader with dependencies
PHP Build Version
Package Version
The package rossriley/doctrine-uploader contains the following files
Loading the files please wait ....