Structured text file based object mapping

v0.4.1 2024-04-28 14:31 UTC

This package is auto-updated.

Last update: 2024-04-28 19:14:16 UTC


README

Object to file mapping. A Doctrine Persistence API implementation that serialize object to structured text files.

Installation

composer require noresources/ofm

Features

  • Directory and filename mapping strategy interface
    • Class name based directory mapping strategy implementation
    • Object identifier based file name mapping implementation
  • ObjectManager implementation using file serialization interfaces from NoreSources Data
  • Configuration and setup utility similar to Doctrine ORM

References