apex / storage
Simple initialization wrapper for league/flysystem adapters
Installs: 794
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=8.0
- league/flysystem: ^3.0
- league/flysystem-aws-s3-v3: ^3.0
Requires (Dev)
- apex/signer: ^2.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-29 06:12:37 UTC
README
Very simple wrapper class to allow initialzation of league/flysystem wrappers, and help provide single item within container for FileSystem.
Installation
Install via Composer with:
composer require apex/storage
Basic Usage
use Apex\Storage\Storage; // Get file system $fs = Storage::init('local', ['dir' => __DIR__ . '/storage']);
Support
If you have any questions, issues or feedback for Syrus, please feel free to drop a note on the ApexPl Reddit sub for a prompt and helpful response.
Follow Apex
Loads of good things coming in the near future including new quality open source packages, more advanced articles / tutorials that go over down to earth useful topics, et al. Stay informed by joining the mailing list on our web site, or follow along on Twitter at @mdizak1.