Nemesis – PHP/MySQL Helper (Database Abstractions)

Nemesis, The PHP /MySQL Helper

Nemesis is a fully object oriented PHP class that helps developers perform MySQL actions easier than before with less MySQL commands and without the need to know Object Oriented Programming (OOP). As soon as you read the documentation file, you will get used to the syntax and will find it really helpful and easy in everyday tasks.

How to Install

  1. First of all: Choose the version you want (Development or Production) Click here if you don’t know what to choose.
  2. Move the “inc” folder and/or the “index.php” file to your root folder (at the same base level as your website or app).
  3. Go to the “inc” folder.
  4. Select and edit the “init.php” file with a text editor.
  5. Change “nemesis_host” to your host (by default, this is always “localhost”).
  6. Change “nemesis_user” to your MySQL Username (Remember, this user must have the needed right to perform the needed command).
  7. Change “nemesis_pass” to your MySQL Password.

Features

  • Multiple Queries with one line of code
  • Relevant Functions that are easy to remember
  • Development and Production versions
  • Table Related Functions
  • Database Related Functions
  • Debugging Functions (Development Version Only)
  • Helper Functions (Production Version Only)
  • Multiple Ways of doing the same thing!
  • Really well Documented
  • Uses mysqli
  • Click Here

Requirements

  • PHP 5 .x
  • MySQL 5.5.20

Features To Come

Download Nemesis – PHP/MySQL Helper (Database Abstractions)

Leave a Reply

Your email address will not be published. Required fields are marked *