Skip to content

Conversation

@skiupace
Copy link
Owner

@skiupace skiupace commented Jan 25, 2026

An easy to understand and simple File Storage API implementation for the PHP micro-framework, with newly added features such as:

  • The ability to store files in the local filesystem.
  • The ability to store files on the cloud via AWS S3 Buckets.

With the methods:

  • put(string $path, string $contents): bool
  • get(string $path): ?string

These are implemented by signing the contract FileStorage.php.

…either to cloud storage via S3 bucket or locally
@skiupace skiupace self-assigned this Jan 25, 2026
@skiupace skiupace added the enhancement New feature or request label Jan 25, 2026
@skiupace skiupace merged commit 3123c6c into main Jan 25, 2026
1 check passed
@skiupace skiupace deleted the feature/file-storage-api branch January 25, 2026 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants