bitapps/wp-database

A simple orm with wpdb

1.6 2024-07-27 07:40 UTC

This package is auto-updated.

Last update: 2024-11-03 09:31:46 UTC


README

WPKit/Database

usage

  1. Add this repository in composer.json
"repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/Bit-Apps-Pro/wp-database"
    }
  ]
  1. Then install the package
composer require bitapps/wp-database:dev-main