Releases: devorto/files
Releases · devorto/files
3.0.0: Upgrade to PHP 8.3
Upgrade package to PHP 8.3, basically only major change is that FileCollection has been removed. This because I personally never used it and also it appears to be broken on 8.3 so just throw it away.
2.1.0: Add JsonSerialize interface
Add support to json_encode the file object.
2.0.0: Make package more global
I used a custom version of this package a lot but never put it in git. So decided to rewrite this entire package now to be more global and not only for images but so it can be used by any file type. This is the way I used a lot for storage configuration without having to know where the real file is stored (can be database, disk, api etc) it's up to you how you want to implement it.
1.0.0
Initial commit