Download the PHP package corelib/core without Composer
On this page you can find all versions of the php package corelib/core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor corelib
Package core
Short Description Corelib is mainly a Object Relational Mapper (ORM) for PHP. It focuses on flexibility and ease of use.
License MIT
Package core
Short Description Corelib is mainly a Object Relational Mapper (ORM) for PHP. It focuses on flexibility and ease of use.
License MIT
Please rate this library. Is it a good library?
Informations about the package core
Corelib
Corelib is mainly a Object Relational Mapper (ORM) for PHP. It focuses on flexibility and ease of use.
Example
Installing
Using Composer
Structures
Corelib has several structures it uses here are the main ones.
-
Models
Objects that hold data they represent a single instance.
-
Collections
Objects that hold several Models of a given type.
-
Data Access Objects
Objects used to read and retrieve objects using an SQL like syntax.
-
Data Store Objects
Objects used to persist Models to a data store.
-
Relationships
Objects that define how Models are related to each other.
All versions of core with dependencies
PHP Build Version
Package Version
Requires
zendframework/zendframework Version
2.2.*
The package corelib/core contains the following files
Loading the files please wait ....