Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 942 Bytes

File metadata and controls

33 lines (22 loc) · 942 Bytes

SQL Builder, by NGFramer

NGFramer SQL Builder is a simple PHP-based SQL query generator developed by NGFramer, NeupGroup. It allows users to dynamically create SQL queries based on specified conditions through a user-friendly simple functions.

Installation

  1. You can install the HTML Builder PHP Library using Composer. Add the following to your composer.json file:

    {
        "require": {
            "ngframer/ngframer.php.sqlbuilder": "^vX.X.X"
        }
    }
  2. Then, run the following command in terminal.

    composer install
  3. You're ready to rock now.

Contributions

Contributions to improve and expand this library are highly appreciated.
Your input is valuable in enhancing the functionality and usability of the HTML Builder PHP Library.

License

NGFramer is open-source software licensed under the MIT License. See 'license.md' file for more information.