Download the PHP package pakanhu/myorm without Composer
On this page you can find all versions of the php package pakanhu/myorm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pakanhu/myorm
More information about pakanhu/myorm
Files in pakanhu/myorm
Download pakanhu/myorm
More information about pakanhu/myorm
Files in pakanhu/myorm
Please rate this library. Is it a good library?
Informations about the package myorm
pakanhu/myorm
pakanhu/myorm is a simple and extensible PHP ORM library to work with MySQL database. It has an expressive query builder to read data with multi-table support.
Installation
Install with composer composer require pakanhu/myorm
Usage
First, create a "Database" instance. It creates a static database connection, which will be used by "Model" internally.
Extend your model from "paKanhu\MyORM\Model". Database column names should be in snake case and corresponding properties in your class should be in camel case.
All versions of myorm with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
The package pakanhu/myorm contains the following files
Loading the files please wait ....