CakePHP-Proffer
CakePHP-Proffer copied to clipboard
Look into FlySystem
It sounds like it's worth investing some time looking into the use of FlySystem to replace the interactions with the file system..
https://github.com/thephpleague/flysystem
Looks like there is a plugin too, https://github.com/WyriHaximus/FlyPie
FYI we've been using FlyPie and Flysystem in production w/ cake 3.x for more than a year without any trouble :) Using adapters for: local, sftp & dropbox :)