kravcik/core

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

Basic core for projects

Installs: 1 156

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 4

Open Issues: 0

pkg:composer/kravcik/core

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