Skip to content

Releases: devorto/files

3.0.0: Upgrade to PHP 8.3

09 Jan 15:04
cdbbc7b
Compare
Choose a tag to compare
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

14 Dec 10:21
08ac021
Compare
Choose a tag to compare
Add support to json_encode the file object.

2.0.0: Make package more global

05 Dec 14:34
e0f9fdd
Compare
Choose a tag to compare
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

30 Nov 11:13
30b6abf
Compare
Choose a tag to compare
Initial commit