cakedc / cakephp-uppy
CakeDC Uppy plugin for CakePHP
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
- google/cloud-storage: ^1.50
- markstory/asset_compress: ^5.0.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.1.0
Suggests
- google/cloud-storage: Required to use the GCS storage adapter (^1.50)
- dev-2.next-cake5
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.0
- dev-feature/2.3.0-release
- dev-feature/port-1x-s3trait-methods
- dev-feature/code-review
- dev-1.next-cake4
- dev-feature/42973
- dev-3.next-cake4
- dev-feature/add-list-functions
- dev-4.next-cake4-uppy5
- dev-feature/test-app-fixes
This package is auto-updated.
Last update: 2026-05-29 16:39:00 UTC
README
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_filestable
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.