Skip to content

Gerem66/PHP-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP-SQL

Small library to simplify SQL queries and add encryption features.

Setup

  • Create a configuration file named config.json with content:
{
    "hostname": "localhost",
    "database": "",
    "username": "",
    "password": "",
    "encrypt-key": "",
    "encrypt-second-key": ""
}

TODO

  • Multiples json & select database by name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages