Download the PHP package moon/properties without Composer
On this page you can find all versions of the php package moon/properties. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package properties
Properties
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
- Installation
- Composer
- Laravel 4
- Usage
- Supported Data Types
- Laravel 4 - General Usage
- Todos
- License
Composer
Add moon/properties
in your "require" section of composer.json.
Run composer update
to install the package.
Todos
- Make it possible to search by properties
License
Properties is released under the MIT license.
All versions of properties with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package moon/properties contains the following files
Loading the files please wait ....