Download the PHP package subtext/persistables without Composer
On this page you can find all versions of the php package subtext/persistables. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download subtext/persistables
More information about subtext/persistables
Files in subtext/persistables
Download subtext/persistables
More information about subtext/persistables
Files in subtext/persistables
Vendor subtext
Package persistables
Short Description A PHP library for persisting object state to SQL databases using flexible, metadata-driven strategies.
License MIT
Package persistables
Short Description A PHP library for persisting object state to SQL databases using flexible, metadata-driven strategies.
License MIT
Please rate this library. Is it a good library?
Informations about the package persistables
Subtext\Persistables
A lightweight PHP library designed to abstract and unify the persistence of domain objects across SQL databases. Inspired by the principles of ORMs, but intentionally minimal and flexible, this package gives you full control over how data is mapped and stored in stateful services.
✨ Key Features
- Store class data in SQL (MySQL, MSSQL)
- Use class and property attributes to define database-specific behavior
- Clean separation of domain logic and persistence logic
- No assumptions about schema or backend; bring your own structure
🧠 Core Concept
Extend your domain models from Persistable, and add attributes informing the
factory how to save your data.
All versions of persistables with dependencies
PHP Build Version
Package Version
The package subtext/persistables contains the following files
Loading the files please wait ...