Download the PHP package bixev/light-orm without Composer
On this page you can find all versions of the php package bixev/light-orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bixev/light-orm
More information about bixev/light-orm
Files in bixev/light-orm
Download bixev/light-orm
More information about bixev/light-orm
Files in bixev/light-orm
Vendor bixev
Package light-orm
Short Description Bixev light object relationship manager
License MIT
Package light-orm
Short Description Bixev light object relationship manager
License MIT
Please rate this library. Is it a good library?
Informations about the package light-orm
This ORM aims to manipulate objects from database the simpliest way
Installation
It's recommended that you use Composer to install InterventionSDK.
This will install this library and all required dependencies.
so each of your php scripts need to require composer autoload file
Usage
Multiple databases
Initialise database with your own. $databaseName
is null by default. You can override it in the model classes
$databaseName
is used within the models to communicate with correct database
Repository
Get repository to manipulate objects
Create one object and store it into database
Retrieve existing record by id
Retrieve existing record by sql row
Search
Advanced instanciation of collection (by sql rows)
Search ONE
All versions of light-orm with dependencies
PHP Build Version
Package Version
The package bixev/light-orm contains the following files
Loading the files please wait ....