Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

selective-php/database

Repository files navigation

Database

A fluent SQL query builder.

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Features

  • Fluent SQL query builder
  • Table schema information and manipulation

Installation

composer require selective/database

Requirements

  • PHP 8.0+
  • MySQL 5.7+ or MariaDB

Documentation

The database query builder provides a convenient, fluent interface for creating and executing database queries. It can be used to perform most database operations in your PHP website and application.

For more details how to build queries please read the documentation.

Similar libraries

License

The MIT License (MIT). Please see License File for more information.