bitapps/wp-database

A simple orm with wpdb

1.4 2024-03-23 08:24 UTC

This package is auto-updated.

Last update: 2024-04-27 08:28:40 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