initial commit

This commit is contained in:
2024-12-04 08:28:57 +01:00
commit b9c06a1ec6
3 changed files with 165 additions and 0 deletions

16
composer.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "vorbild/wpdb-alternative",
"description": "Gives you access to main $wpdb->functions",
"version": "1.0",
"type": "library",
"authors": [
{
"name": "vorbild"
}
],
"autoload": {
"psr-4": {
"WP_DB\\": "src/"
}
}
}