A base WordPress database table class with query builder
The preferred way to install this extension is through Composer.
To install WP_DB_Table library, simply:
$ composer require Varunsridharan/wp-db-table
The previous command will only install the necessary files, if you prefer to download the entire source code you can use:
$ composer require Varunsridharan/wp-db-table --prefer-source
You can also clone the complete repository with Git:
$ git clone https://github.com/varunsridharan/wp-db-table.git
Or install it manually:
$ wget https://raw.githubusercontent.com/varunsridharan/wp-db-table/master/class-db-table.php
