Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rekalogika/file-association-entity
[READ-ONLY] Utilities for handling files inside domain entities: EmbeddedMetadata for embedding metadata inside Doctrine entities, AbstractFile for creating one-to-many relations with files, and NullFile to handle cases in domain entities where a file must be present but is missing in the storage backend.
https://github.com/rekalogika/file-association-entity
association attachment doctrine entity file file-upload symfony upload
Last synced: 2 months ago
JSON representation
[READ-ONLY] Utilities for handling files inside domain entities: EmbeddedMetadata for embedding metadata inside Doctrine entities, AbstractFile for creating one-to-many relations with files, and NullFile to handle cases in domain entities where a file must be present but is missing in the storage backend.
- Host: GitHub
- URL: https://github.com/rekalogika/file-association-entity
- Owner: rekalogika
- License: mit
- Created: 2023-09-28T16:20:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T01:11:08.000Z (5 months ago)
- Last Synced: 2024-09-17T08:01:59.366Z (5 months ago)
- Topics: association, attachment, doctrine, entity, file, file-upload, symfony, upload
- Language: PHP
- Homepage: https://rekalogika.dev/file-bundle
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rekalogika/file-association-entity
Utilities for handling files inside domain entities:
* `EmbeddedMetadata` for embedding metadata inside Doctrine entities
* `AbstractFile` for creating one-to-many relations with files
* `NullFile` for handling cases in domain entities where a file must be present
but is missing in the storage backend.
## Documentation[rekalogika.dev/file-bundle](https://rekalogika.dev/file-bundle)
## License
MIT
## Contributing
The `rekalogika/file-association-entity` repository is a read-only repo split
from the main repo. Issues and pull requests should be submitted to the
[rekalogika/file-src](https://github.com/rekalogika/file-src) monorepo.