An open API service indexing awesome lists of open source software.

https://github.com/bit-apps-pro/wp-database


https://github.com/bit-apps-pro/wp-database

Last synced: 11 months ago
JSON representation

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
```