Download the PHP package rekalogika/file-association without Composer
On this page you can find all versions of the php package rekalogika/file-association. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rekalogika/file-association
More information about rekalogika/file-association
Files in rekalogika/file-association
Download rekalogika/file-association
More information about rekalogika/file-association
Files in rekalogika/file-association
Vendor rekalogika
Package file-association
Short Description Handles the association between Doctrine entities and files using the rekalogika/file framework, including from file uploads.
License MIT
Homepage https://rekalogika.dev/file-bundle
Package file-association
Short Description Handles the association between Doctrine entities and files using the rekalogika/file framework, including from file uploads.
License MIT
Homepage https://rekalogika.dev/file-bundle
Please rate this library. Is it a good library?
Informations about the package file-association
rekalogika/file-association
Handles the association between Doctrine entities and files using the rekalogika/file framework, including from file uploads.
Features
- Requires only a single property in the entity for each associated file.
- File properties are file properties. It is not necessary to store any of the file's properties in the entity associated with the file.
- DX improvement, less micro-management of entity-file relations.
- 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.
Documentation
License
MIT
Contributing
The rekalogika/file-association
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-association with dependencies
PHP Build Version
Package Version
Requires
rekalogika/direct-property-access Version
^1.1.2 || ^1.2
rekalogika/file-association-contracts Version ^1.11
rekalogika/file-contracts Version ^1.11
rekalogika/reconstitutor Version ^1.3.2 || ^1.4
symfony/property-access Version ^6.2 || ^7.0
rekalogika/file-association-contracts Version ^1.11
rekalogika/file-contracts Version ^1.11
rekalogika/reconstitutor Version ^1.3.2 || ^1.4
symfony/property-access Version ^6.2 || ^7.0
The package rekalogika/file-association contains the following files
Loading the files please wait ....