Download the PHP package met_mw/sorm without Composer
On this page you can find all versions of the php package met_mw/sorm. 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 sorm
SORM - Simple ORM (Object-Relational Mapping)
Getting started
Attention! It's works with MySQL/MariaDB only.
Install
Start
DataSource::i() - Get data source instance. DataSource::d() - Get current driver.
Models
The model is extended from the base class Entity and specify the database table name.
Relations
Relations are realized through the public model methods.
Example
Create new entity
Load entity
Using relations
Free queries
Get data as array
Get data as assoc array
Get data row as array
Get data row as assoc array
License
The met-mw/SORM package is open-sourced software licensed under the MIT license
All versions of sorm with dependencies
PHP Build Version
Package Version
The package met_mw/sorm contains the following files
Loading the files please wait ....