Skip to content

GamesGamble/PPDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

PHP PDO Database Library

This is just a simple Database Library with use of Prepared Statements and custom Methods for easy Database Communication.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

The PPDL needs PHP (7.3.8 recommended), a Webserver of your Choice and also an Database of your Choice.

PHP 7.3.8
Apache Webserver
MariaDB

Installing (Windows 10)

First you need to install PHP and setup your php.ini to use the PDO-mysql and mysqli plugins.

extension=mysqli
extension=pdo_mysql

Then you need to install a Webserver of your Choice (Install Instructions vary between the different Webservers).

And then install a Database Program of your Choice (Install Instructions vary between the different Databases). Note: We used MariaDB, when using other Database Software as MYSQLi-Compatible ones, you may need to change php plugins and change some database settings in the PPDL.

Contributing

Please read CONTRIBUTING.md and our CODE_OF_CONDUCT.md for the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

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

License

This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License - see the LICENSE.md file for details