moon / properties
Framework agnostic package to model EAV around your existing objects.
Installs: 673
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/moon/properties
Requires
- php: >=5.4.0
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-10-21 12:08:16 UTC
README
A framework agnostic package to model EAV (Entity Attribute Value) around your objects.
Supported Data Types
| Data Type | Note |
|---|---|
| Varchar | text value that's less than 255 in length |
| Text | text value that's more than 255 in length |
| Integer | length is restricted to 11 by default |
| Decimal | length is defined as 14,2 |
Table of Contents
Composer
Add moon/properties in your "require" section of composer.json.
"moon/properties": "1.0"
Run composer update to install the package.
Todos
- Make it possible to search by properties
License
Properties is released under the MIT license.