dionchaika/database

The PHP Database Library

dev-master 2019-05-27 15:43 UTC

This package is auto-updated.

Last update: 2025-04-28 05:39:29 UTC


README

The PHP Database Library

1. Requirements

  1. PHP 7
  2. PDO

2. Installation

composer require dionchaika/database:dev-master
<?php

require_once 'vendor/autoload.php';