cakedc / cakephp-uppy
CakeDC Uppy plugin for CakePHP
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=8.1
- ext-mbstring: *
- aws/aws-sdk-php: ^3.279
- cakephp/cakephp: ^5.0.0
Requires (Dev)
- cakephp/cakephp-codesniffer: ^5.0
- cakephp/migrations: ^4.0.0
- markstory/asset_compress: ^5.0.0
- phpunit/phpunit: ^10.1.0
This package is auto-updated.
Last update: 2024-10-09 14:29:46 UTC
README
The Uppy plugin covers the following features:
- Upload directly files to configured S3 from frontside using a signature
- Save on configured table path to uploaded files on S3, mime_type, date, metadata and relation to user and specified related model in database indicated
Requirements
- CakePHP 5.0+
- PHP 8.1+
Documentation
For documentation, as well as tutorials, see the Docs directory of this repository.
Support
For bugs and feature requests, please use the issues section of this repository.
Commercial support is also available, contact us for more information.
Contributing
This repository follows the CakeDC Plugin Standard. If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our Contribution Guidelines for detailed instructions.
License
Copyright 2024 Cake Development Corporation (CakeDC). All rights reserved.
Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.