Download the PHP package mrmadclown/mnemosyne without Composer
On this page you can find all versions of the php package mrmadclown/mnemosyne. 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 mnemosyne
Mnemosyne - a PDO Database Layer
This is a simple PDO based mysql Query Builder
Installation
Usage
The Builder gets constructed by passing an instance of the to the
With the Builder Object a mysql query can be build similar to how a query would be written:
Important
By default, the PDO Fetch Mode is set to which means you have to have a class which represents your table
you can use the magic __set
method to map your database columns into your model.
If you don`t want a different FetchMode you can call
to change the fetch mode of the Builder instance.
All versions of mnemosyne with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-pdo Version *
ext-pdo_mysql Version *
ext-pdo Version *
ext-pdo_mysql Version *
The package mrmadclown/mnemosyne contains the following files
Loading the files please wait ....