Download the PHP package cycle/database without Composer
On this page you can find all versions of the php package cycle/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cycle/database
More information about cycle/database
Files in cycle/database
Download cycle/database
More information about cycle/database
Files in cycle/database
Vendor cycle
Package database
Short Description DBAL, schema introspection, migration and pagination
License MIT
Homepage https://cycle-orm.dev
Package database
Short Description DBAL, schema introspection, migration and pagination
License MIT
Homepage https://cycle-orm.dev
Please rate this library. Is it a good library?
Informations about the package database
Cycle DBAL
Secure, multiple SQL dialects (MySQL, PostgreSQL, SQLite, SQLServer), schema introspection, schema declaration, smart identifier wrappers, database partitions, query builders, nested queries.
Documentation
- Installation and Configuration
- Access Database
- Database Isolation
- Query Builders
- Transactions
- Schema Introspection
- Schema Declaration
- Migrations
- Errata
Requirements
Make sure that your server is configured with following PHP version and extensions:
- PHP 8.0+
- PDO Extension with desired database drivers
Installation
To install the component:
Example
Given example demonstrates the connection to SQLite database, creation of table schema, data insertion and selection:
License:
MIT License (MIT). Please see LICENSE
for more information. Maintained
by Spiral Scout.
All versions of database with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-pdo Version *
psr/log Version 1 - 3
spiral/core Version ^2.8 || ^3.0
spiral/pagination Version ^2.8 || ^3.0
symfony/polyfill-php83 Version ^1.28
ext-pdo Version *
psr/log Version 1 - 3
spiral/core Version ^2.8 || ^3.0
spiral/pagination Version ^2.8 || ^3.0
symfony/polyfill-php83 Version ^1.28
The package cycle/database contains the following files
Loading the files please wait ....