Download the PHP package pluf/orm without Composer
On this page you can find all versions of the php package pluf/orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor pluf
Package orm
Short Description Pluf object relation mapping
License GPL-3.0+
Homepage http://pluf.ir
Package orm
Short Description Pluf object relation mapping
License GPL-3.0+
Homepage http://pluf.ir
Keywords orm
Please rate this library. Is it a good library?
Informations about the package orm
orm
Pluf Object Relation Mapping project is the combination of three parts:
- Entity Manager
- Object Mapper
- Object Validation
Why yet another ORM?
Obviously because existing ones are not good enough. Pluf ORM tries to do things differently:
- Composability. Unlike other libraries, we render queries recursively allowing many levels of sub-selects.
- Small footprint. We don't duplicate query code for all vendors, instead we use clever templating system.
- Extensibility. We have 3 different ways to extend ORM as well as 3rd party vendor schema support.
- Any Query - any query with any complexity can be expressed through Pluf Query.
- NoSQL support. In addition to supporting PDO, Pluf ORM can be extended to deal with SQL-compatible NoSQL servers.
Entity Manager
For more information about Pluf Enttity Manager see:
- overview
- quickstart
Object Mapping
For more information about Pluf Enttity Manager see:
- overview
- quickstart
Object Validation
For more information about Pluf Enttity Manager see:
- overview
- quickstart
All versions of orm with dependencies
PHP Build Version
Package Version
Requires
phayes/geophp Version
^1.2
psr/log Version ~1.1
psr/cache Version ^3.0
atk4/dsql Version ^2.3
psr/log Version ~1.1
psr/cache Version ^3.0
atk4/dsql Version ^2.3
The package pluf/orm contains the following files
Loading the files please wait ....