All Projects → opis → database

opis / database

Licence: Apache-2.0 license
Database abstraction layer

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to database

Zebra session
A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking
Stars: ✭ 133 (+47.78%)
Mutual labels:  pdo
Database
💾 A database layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
Stars: ✭ 251 (+178.89%)
Mutual labels:  pdo
apostilas
Apostilas sobre diversos assuntos: PHP, PDO, MySQL, PHPOO, MVC, mobile, scratch, git, github, docker, vps, alpine linux, segurança na wev, servidores, etc
Stars: ✭ 49 (-45.56%)
Mutual labels:  pdo
Phive Queue
$queue->push('I can be popped off after', '10 minutes');
Stars: ✭ 161 (+78.89%)
Mutual labels:  pdo
Hydrahon
🐉 Fast & standalone PHP MySQL Query Builder library.
Stars: ✭ 194 (+115.56%)
Mutual labels:  pdo
pdo-mysql-login-register
Simple PHP Login & Register using PDO MySQL
Stars: ✭ 37 (-58.89%)
Mutual labels:  pdo
Aura.auth
Provides a unified interface to local and remote authentication systems.
Stars: ✭ 121 (+34.44%)
Mutual labels:  pdo
crud-mvc-php
Projeto de aplicação simples em php utilizando autoload e PDO.
Stars: ✭ 12 (-86.67%)
Mutual labels:  pdo
Php Pdo Mysql Class
A PHP MySQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using "WHERE IN" statement.
Stars: ✭ 213 (+136.67%)
Mutual labels:  pdo
string
Multibyte strings as objects
Stars: ✭ 58 (-35.56%)
Mutual labels:  opis
Company Website Pro
现代公司企业官网以及电子商务产品网站
Stars: ✭ 172 (+91.11%)
Mutual labels:  pdo
Zend Diagnostics
Universal set of diagnostic tests for PHP applications.
Stars: ✭ 192 (+113.33%)
Mutual labels:  pdo
CircleBilling
Official release of CircleBilling
Stars: ✭ 28 (-68.89%)
Mutual labels:  pdo
Uxdm
🔀 UXDM helps developers migrate data from one system or format to another.
Stars: ✭ 159 (+76.67%)
Mutual labels:  pdo
Aura.SqlSchema
Independent schema discovery tools for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
Stars: ✭ 39 (-56.67%)
Mutual labels:  pdo
Basicdb
PDO ile geliştirilmiş kullanımı kolay veritabanı sınıfıdır.
Stars: ✭ 127 (+41.11%)
Mutual labels:  pdo
mysqly
Full-featured opensource small-overhead PHP data framework for Mysql built for fast and efficient development
Stars: ✭ 18 (-80%)
Mutual labels:  pdo
pdo-dbal
A simple database abstraction layer using PHP and PDO
Stars: ✭ 14 (-84.44%)
Mutual labels:  pdo
spe
A series of PHP8 examples based around a super simple MVC framework (WIP)
Stars: ✭ 14 (-84.44%)
Mutual labels:  pdo
WoWSimpleRegistration
Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos
Stars: ✭ 121 (+34.44%)
Mutual labels:  pdo

Opis Database

Tests Latest Stable Version Latest Unstable Version License

Database abstraction layer

Opis Database is a library that implements an abstraction layer over the PDO extension, by providing a powerful query builder along with an easy to use schema builder. The aim of the library is to provide an unified way of interacting with databases, no matter of the underlying relational database management system.

Currently, we are officially supporting MySQL, PostgreSQL, Microsoft SQL, and SQLite. We also provide experimental support - without any commitment regarding bug fixes and updates - for Firebird, IBM DB2, Oracle, and NuoDB query builder.

Documentation

The full documentation for this library can be found here

License

Opis Database is licensed under the Apache License, Version 2.0

Requirements

  • PHP 7.0.* or higher
  • PDO

Installation

Opis Database is available on Packagist and it can be installed from a command line interface by using Composer.

composer require opis/database

Or you could directly reference it into your composer.json file as a dependency

{
    "require": {
        "opis/database": "^4.0"
    }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].