Download the PHP package rekalogika/file-filepond without Composer
On this page you can find all versions of the php package rekalogika/file-filepond. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rekalogika/file-filepond
More information about rekalogika/file-filepond
Files in rekalogika/file-filepond
Download rekalogika/file-filepond
More information about rekalogika/file-filepond
Files in rekalogika/file-filepond
Vendor rekalogika
Package file-filepond
Short Description Upload files using Symfony Form, FilePond, and the rekalogika/file framework
License MIT
Homepage https://rekalogika.dev/file-bundle
Package file-filepond
Short Description Upload files using Symfony Form, FilePond, and the rekalogika/file framework
License MIT
Homepage https://rekalogika.dev/file-bundle
Please rate this library. Is it a good library?
Informations about the package file-filepond
rekalogika/file-filepond
Opinionated file upload form field powered by FilePond on the client side and
Symfony Form on the server side, using the rekalogika/file
library.
Features
- Works out of the box without configuration.
- DX improvement, less micro-management of entity-file relations.
- Requires only a single property in the entity for each associated file.
- Having said that, there is an option to replicate the file metadata in the entity, and it does so without changing how you work with the files.
- Trait and abstract class to ease implementing a one-to-many relation between an entity and multiple files.
- Reads and writes directly into the file properties, even if private. You are free to have business logic in the getters and setters.
- Doesn't require you to update another property of the entity (
lastUpdated
?) just to make sure the correct Doctrine events will be fired. - Localization. Show strings in the user's language.
- Adapters for various Symfony components, including HttpFoundation, Form, and Validator.
- Image resizing filter.
- Temporary URL generation to files.
- Mandatory files (not null for file properties). Substitute the file with a null object if it is not found in the storage backend.
- Lazy loading for files.
- ZIP download of multiple files.
- Full-featured FilePond-based file upload form.
Documentation
rekalogika.dev/file-bundle/file-upload-filepond
License
MIT
Contributing
The rekalogika/file-filepond
repository is a read-only repo split from the
main repo. Issues and pull requests should be submitted to the
rekalogika/file-src monorepo.
All versions of file-filepond with dependencies
PHP Build Version
Package Version
Requires
rekalogika/file Version
^1.11
rekalogika/file-association-entity Version ^1.11
rekalogika/file-bundle Version ^1.11
rekalogika/file-contracts Version ^1.11
rekalogika/file-image Version ^1.11
rekalogika/file-server Version ^1.11
rekalogika/file-symfony-bridge Version ^1.11
rekalogika/temporary-url-bundle Version ^1.3
symfony/form Version ^6.2 || ^7.0
symfony/options-resolver Version ^6.2 || ^7.0
symfony/stimulus-bundle Version ^2.12
rekalogika/file-association-entity Version ^1.11
rekalogika/file-bundle Version ^1.11
rekalogika/file-contracts Version ^1.11
rekalogika/file-image Version ^1.11
rekalogika/file-server Version ^1.11
rekalogika/file-symfony-bridge Version ^1.11
rekalogika/temporary-url-bundle Version ^1.3
symfony/form Version ^6.2 || ^7.0
symfony/options-resolver Version ^6.2 || ^7.0
symfony/stimulus-bundle Version ^2.12
The package rekalogika/file-filepond contains the following files
Loading the files please wait ....