rekalogika/file-metadata dependents (3) Order by: name | downloads Show: all | require | require-dev

  • PHP

    rekalogika/file

    High-level file abstraction library built on top of Flysystem. It lets you work with file objects in an object-oriented manner. A file object represents a file in a Flysystem filesystem. It can be a local file or a file in a cloud storage, the library lets you work with them in the same way.

  • PHP

    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, and NullFile to handle cases in domain entities where a file must be present but is missing in the storage backend.

  • PHP

    rekalogika/file-zip

    Streams a collection of files as a ZIP file to the client