Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Latest commit

 

History

History
53 lines (40 loc) · 1.85 KB

README.md

File metadata and controls

53 lines (40 loc) · 1.85 KB

DB - Database management library using PDO

GitHub release contributions welcome GitHub issues GitHub stars Github All Releases

PHP libray to manage databases using PDO

Currently supports:
MySQL, MariaDB, PostgreSQL - tested
possibly others - to be tested

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Requirements

PHP 7.1+

Installation

Install this package with composer by simply adding the following to your composer.json file:

"repositories": [
    {
        "url": "https://github.com/FrancoisChaumont/db.git",
        "type": "git"
    }
]

and running the following command:

composer require francoischaumont/db "^3.0"

Testing

Under the folder named tests you will find a SQL file and a test script ready to use. The SQL file is a dump of a test database which the test script relies on.

Built with

  • Visual Studio Code

Authors

See also the list of contributors who particpated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Notes

Todo: Test support to more databases