pachno/b2db

B2DB is a lightweight ORM for modern PHP applications

Maintainers

Details

github.com/pachno/b2db

Source

v1.0.6 2022-01-17 08:08 UTC

This package is auto-updated.

Last update: 2024-04-17 12:57:58 UTC


README

B2db is a lightweight ORM and DBAL for modern PHP applications (7.4 or newer), that works MySQL, MariaDB, Postgres and Microsoft SQL server.

B2db uses a Data Mapper pattern implementing Active Records. Read more about the architecture in b2db architecture

Getting started

Install composer

B2db uses composer for dependency management, and should be installed and used via composer.

For more information about how to set up b2db, see Installation and setup

Documentation

Browse the documentation.