Download the PHP package quantaforge/database without Composer
On this page you can find all versions of the php package quantaforge/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download quantaforge/database
More information about quantaforge/database
Files in quantaforge/database
Package database
Short Description The QuantaForge Database package.
License MIT
Homepage https://quantaforge.com
Informations about the package database
QuantaForge Database
The QuantaForge Database component is a full database toolkit for PHP, providing an expressive query builder, ActiveRecord style ORM, and schema builder. It currently supports MySQL, Postgres, SQL Server, and SQLite. It also serves as the database layer of the QuantaForge PHP framework.
Usage Instructions
First, create a new "Capsule" manager instance. Capsule aims to make configuring the library for usage outside of the QuantaForge framework as easy as possible.
composer require "quantaforge/events"
required when you need to use observers with Eloquent.
Once the Capsule instance has been registered. You may use it like so:
Using The Query Builder
Other core methods may be accessed directly from the Capsule in the same manner as from the DB facade:
Using The Schema Builder
Using The Eloquent ORM
For further documentation on using the various database facilities this library provides, consult the QuantaForge framework documentation.
All versions of database with dependencies
ext-pdo Version *
brick/math Version ^0.9.3|^0.10.2|^0.11
quantaforge/collections Version ^1.0.0
quantaforge/container Version ^1.0.0
quantaforge/contracts Version ^1.0.0
quantaforge/macroable Version ^1.0.0
quantaforge/support Version ^1.0.0