Download the PHP package tobento/app-file-storage without Composer
On this page you can find all versions of the php package tobento/app-file-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package app-file-storage
App File Storage
File storage support for the app.
Table of Contents
- Getting Started
- Requirements
- Documentation
- App
- File Storage Boot
- File Storage Config
- File Storage Usage
- Credits
Getting Started
Add the latest version of the app file storage project running this command.
Requirements
- PHP 8.0 or greater
Documentation
App
Check out the App Skeleton if you are using the skeleton.
You may also check out the App to learn more about the app in general.
File Storage Boot
The file storage boot does the following:
- installs and loads file storage config file
- creates file storages based on storage config file
You may check out the File Storage Service to learn more about it.
File Storage Config
The configuration for the file storage is located in the file at the default App Skeleton config location where you can specify the pools and caches for your application.
File Storage Usage
You can access the file storage(s) in several ways:
Using the app
You may check out the File Storage Service to learn more about in general.
Check out the Storages Interface to learn more about storages.
Check out the Storage Interface to learn more about the storage.
Using autowiring
You can also request the interfaces in any class resolved by the app:
Credits
- Tobias Strub
- All Contributors
All versions of app-file-storage with dependencies
tobento/app Version ^1.0
tobento/app-migration Version ^1.0
tobento/app-http Version ^1.0 || ^1.1
tobento/service-file-storage Version ^1.0
psr/http-factory Version ^1.0