kravcik/core

This package is abandoned and no longer maintained. The author suggests using the modul-is/orm package instead.

Basic core for projects

v2.0.2 2019-12-16 20:00 UTC

README

Simple fork of https://github.com/uestla/YetORM.

MySQL driver

Disable creating DateTime object from date and datetime MySQL columns (can be slow).

local.config.neon

database:
    dsn: 'mysql:host=localhost;dbname=kyblik'
    user: root
    password:
    options:
        driverClass: Core\MySQLDriver