Download the PHP package mheinzerling/entity without Composer
On this page you can find all versions of the php package mheinzerling/entity. 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 entity
mheinzerling/entity
Simple ORM
Composer
"require": {
"mheinzerling/entity": "^3.0.1"
},
Types
Integer -> INT (length)
String
length<255 -> VARCHAR
-> TEXT
\DateTime -> DATETIME
Boolean -> INT (1)
Entity -> INT(11)
optional -> NULL vs NOT NULL
auto -> AUTO_INCREMENT
primary -> default
Example
See resources/tests/entities.json
and build.xml gen
. The parser will tell you invalid configurations.
Changelog
3.0.0
- update to PHP 7.1
2.0.0
- update to PHP 7
- update enumeration library and symphony console
- !!! PDO toObject seems to change in 7.1; Test broken !!!
1.2.0
- update dependencies
- add foreign keys
1.1.0
- improve enums
- add double
- improve datetime mapping
1.0.0
initial version
All versions of entity with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.0
symfony/console Version ^3.1.0
eloquent/enumeration Version ^5.1.0
mheinzerling/stringutils Version ^3.0.0
mheinzerling/fileutils Version ^3.0.0
mheinzerling/databaseutils Version ^3.0.0
mheinzerling/jsonutils Version ^3.0.0
mheinzerling/meta Version ^1.0.0
symfony/console Version ^3.1.0
eloquent/enumeration Version ^5.1.0
mheinzerling/stringutils Version ^3.0.0
mheinzerling/fileutils Version ^3.0.0
mheinzerling/databaseutils Version ^3.0.0
mheinzerling/jsonutils Version ^3.0.0
mheinzerling/meta Version ^1.0.0
The package mheinzerling/entity contains the following files
Loading the files please wait ....