Download the PHP package zooxsmart/richfilemanager without Composer
On this page you can find all versions of the php package zooxsmart/richfilemanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zooxsmart/richfilemanager
More information about zooxsmart/richfilemanager
Files in zooxsmart/richfilemanager
Package richfilemanager
Short Description PHP connector for RichFilemanager
License MIT
Informations about the package richfilemanager
PHP connector for Rich Filemanager
This package is the part of RichFilemanager project.
Requires PHP >= 5.6.4
Introduction
PHP connector provides a flexible way to manage you files at different king of storages. There are 2 storages supported out of the box:
- Local filesystem storage
- AWS S3 storage
Configuration details for each are described below. You create implementation for any other storage that you wish by implementing Api and Storage classes.
Installation
NOTE: Most likely you won't have to install PHP connector separately. It's sufficient to run composer of the main package. Check out the installation guide of RichFilemanager main package for PHP connector.
AWS PHP SDK
If you are going to use AWS S3 storage make sure that AWS PHP SDK package version >= 3.18.0 is added to the "require" section of RichFilemanager composer.json file:
FYI - Amazon PHP SDK installation guide: https://docs.aws.amazon.com/aws-sdk-php/v3/guide/getting-started/installation.html
Entry point setup
RichFilemanager provides entry point script out of the box, so you don't have to create it from scratch. In this section you can find explanations and examples to setup the entry script.
-
Initiate application.
-
Create and set storage class instance. Usually you will use a single storage, but it's possible initiate instances for various storages to use both in API. For example, AWS S3 API can use S3 storage instance to manage original files and Local storage to manage image thumbnails. More details in the Configuration section.
- Create and set API class instance. You can set only one API instance unlike storage instances.
OR
- Run application.
Documentation
The Wiki pages provide articles that details the following subjects:
MIT LICENSE
Released under the MIT license.
All versions of richfilemanager with dependencies
symfony/event-dispatcher Version ^5.0
symfony/http-foundation Version ^5.0.7 || ^6.0
illuminate/config Version 10.37.3
illuminate/container Version 10.37.3