kduma / simple-dal-typed
Simple DAL - Typed Records plugin with auto-mapping and converters
v0.0.5
2026-03-17 03:01 UTC
Requires
- php: ^8.4
- kduma/simple-dal: ^0.0.5
- kduma/simple-dal-adapter-contracts: ^0.0.5
- kduma/simple-dal-contracts: ^0.0.5
- kduma/simple-dal-typed-contracts: ^0.0.5
- spatie/php-attribute-reader: ^1.0
Requires (Dev)
- kduma/simple-dal-db-adapter: ^0.0.5
- pestphp/pest: ^3.0
README
Adds strongly-typed PHP record classes to Simple DAL using #[Field] attributes and PHP 8.4 property hooks with automatic hydration and dehydration.
Part of the Simple DAL project.
Installation
composer require kduma/simple-dal-typed
Documentation
See the full documentation.
License
MIT