https://github.com/bit-apps-pro/wp-database
https://github.com/bit-apps-pro/wp-database
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bit-apps-pro/wp-database
- Owner: Bit-Apps-Pro
- Created: 2023-11-16T11:40:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T08:16:23.000Z (about 1 year ago)
- Last Synced: 2025-05-20T16:52:43.544Z (about 1 year ago)
- Language: PHP
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### WPKit/Database
---
# usage
1. Add this repository in composer.json
```
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Bit-Apps-Pro/wp-database"
}
]
```
2. Then install the package
```
composer require bitapps/wp-database:dev-main
```