devorto / files
Defines the way files are being handled within an application.
Installs: 181
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/devorto/files
Requires
- php: ^8.3
- ext-fileinfo: *
- ext-json: *
This package is auto-updated.
Last update: 2025-09-09 17:03:24 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.