Download the PHP package the-dusky/microrm without Composer
On this page you can find all versions of the php package the-dusky/microrm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download the-dusky/microrm
More information about the-dusky/microrm
Files in the-dusky/microrm
Download the-dusky/microrm
More information about the-dusky/microrm
Files in the-dusky/microrm
Vendor the-dusky
Package microrm
Short Description A Micro ORM for writing pure sql... mostly
License MIT
Package microrm
Short Description A Micro ORM for writing pure sql... mostly
License MIT
Please rate this library. Is it a good library?
Informations about the package microrm
MicrORM
A micro ORM that lets you write pure SQL, mostly.
How To:
Set object
$orm = new the-dusky\MicrORM()
$result_set = $orm->query("SELECT foo FROM Bar");
Query:
All versions of microrm with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package the-dusky/microrm contains the following files
Loading the files please wait ....