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

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


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

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

### WPKit

---

# usage

1. Add this repository in composer.json

```
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Bit-Apps-Pro/wp-kit"
}
]
```

2. Then install the package

```
composer require bitapps/wp-kit:dev-main
```