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
- Host: GitHub
- URL: https://github.com/cakedc/cakephp-uppy
- Owner: CakeDC
- License: other
- Created: 2023-11-23T17:42:54.000Z (over 2 years ago)
- Default Branch: 2.next-cake5
- Last Pushed: 2026-05-25T12:19:15.000Z (about 1 month ago)
- Last Synced: 2026-05-25T13:31:20.019Z (about 1 month ago)
- Topics: cakephp, plugin, s3, s3-storage, uppy
- Language: PHP
- Homepage: https://www.cakedc.com
- Size: 288 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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.