philippgrashoff / traitsforatkdata
Installs: 1 175
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- ext-intl: *
- ext-mbstring: *
- ext-sodium: *
- atk4/ui: 2.4.*
Requires (Dev)
- phpunit/phpunit: >8
This package is auto-updated.
Last update: 2025-02-20 22:38:38 UTC
README
A small collection of traits which I find helpful:
CachedModelTrait: Usually added to App to cache model records which are often used in read-only mode.
CryptIdTrait: Generate a cryptic ID for a model field like adfsdfkj2-f23ref-rwe in a custom format of your choice
UniqueFieldTrait: Check if a field of a model has a unique value across all model records.
EncryptedFieldTrait: Store the field value encrypted in Database.