Download the PHP package titon/db without Composer
On this page you can find all versions of the php package titon/db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package db
Database v0.15.3
The Titon Database package provides a lightweight and low-level interface for interacting with database engines (known as drivers). The DB package comes bundled with a robust database abstraction layer (DBAL), an object oriented query builder, a powerful SQL dialect formatter, a data type caster, custom finder classes, behaviors, mappers, schemas, and many more.
Supported database engines are packaged as individual driver packages, which are listed below.
Drivers
MySQL
- https://github.com/titon/db-mysqlPostgreSQL
- https://github.com/titon/db-postgresqlSQLite
- https://github.com/titon/db-sqliteMongoDB
- https://github.com/titon/db-mongodb
Features
Database
- Driver managerRepository
- Table representation, queries drivers, maps relations and returns entitiesBehavior
- Executes logic during database eventsEntity
- Single record of dataEntityCollection
- Collection of entitiesFinder
- Select query formattingDriver
- Interacts with a database or remote serviceDialect
- Driver specific SQL formattingSchema
- Repository schemaType
- Data type mappingResultSet
- Result set mapper
Query
- Object oriented query builderRawExpr
- Raw expression builderExpr
- Expression builderFunc
- Function builderJoin
- Join builderPredicate
- Clause builder
Dependencies
Common
Event
Type
Cache
(optional)Psr\Log
(optional)
Requirements
- PHP 5.4.0
- PDO
All versions of db with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
ext-pdo Version *
titon/common Version *
titon/event Version *
titon/type Version *
ext-pdo Version *
titon/common Version *
titon/event Version *
titon/type Version *
The package titon/db contains the following files
Loading the files please wait ....