noresources / ofm
Structured text file based object mapping
v0.7.0
2024-11-09 13:46 UTC
Requires
- noresources/data: ^3.0
- noresources/persistence: ^0.16 || ^1.0
Requires (Dev)
- doctrine/orm: ^2.17
- phpunit/phpunit: >= 7.0
- symfony/cache: ^3.4
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