An open API service indexing awesome lists of open source software.

https://github.com/cakedc/cakephp-uppy

CakeDC Uppy Plugin
https://github.com/cakedc/cakephp-uppy

cakephp plugin s3 s3-storage uppy

Last synced: about 1 month ago
JSON representation

CakeDC Uppy Plugin

Awesome Lists containing this project

README

          

CakeDC Uppy Plugin
======================

The **Uppy** plugin covers the following features:

* Upload files directly from the browser to a configured cloud storage backend using a presigned URL
* Pluggable storage drivers: **Amazon S3**, **Google Cloud Storage**, and **Cloudflare R2** (selectable via `Uppy.driver`)
* Persist file path, mime type, date, metadata and the relation to the user (or other related model) in the `uppy_files` table

Requirements
------------

* CakePHP 5.0+
* PHP 8.1+

Documentation
-------------

For documentation, as well as tutorials, see the [Docs](Docs/Home.md) directory of this repository.

Support
-------

For bugs and feature requests, please use the [issues](https://github.com/CakeDC/cakephp-inertia/issues) section of this repository.

Commercial support is also available, [contact us](https://www.cakedc.com/contact) for more information.

Contributing
------------

This repository follows the [CakeDC Plugin Standard](https://www.cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](https://www.cakedc.com/contribution-guidelines) for detailed instructions.

License
-------

Copyright 2024 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.