moon / properties
Framework agnostic package to model EAV around your existing objects.
0.4
2014-08-06 23:47 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-11-05 07:54:25 UTC
README
A framework agnostic package to model EAV (Entity Attribute Value) around your objects.
Supported Data Types
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.