taeluf/big-db

A feature-rich (but somewhat minimalist) database layer for php, with ORM, migrations, and more.

v1.0.x-dev 2024-01-30 15:35 UTC

This package is auto-updated.

Last update: 2024-03-30 00:33:31 UTC


README

PHP Database Layer with ORM, migrations, stored sql statements, cli, and multi-database support.

NOTICE: cli bin/bigdb is undergoing major changes & is currently broken.
NOTICE: BigDb is mostly stable, but is still under development & much may change.

Documentation

Install

composer require taeluf/big-db v1.0.x-dev   

or in your composer.json

{"require":{ "taeluf/big-db": "v1.0.x-dev"}}  

Overview | Usage

TODO usage overview docs

Overview | Create a Database Library

TODO library overview docs