Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.