devorto / files
Defines the way files are being handled within an application.
3.0.0
2025-01-09 15:23 UTC
Requires
- php: ^8.3
- ext-fileinfo: *
- ext-json: *
This package is auto-updated.
Last update: 2025-03-09 15:39:25 UTC
README
This library is ment to define a general way on how files are handled within an application. The implementation however is up to you. This package only includes the file object itself and a repository interface. The idea is that the person requesting a file through the repository doesn't need to know where or how it's saved.