https://github.com/bit-apps-pro/wp-kit
https://github.com/bit-apps-pro/wp-kit
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bit-apps-pro/wp-kit
- Owner: Bit-Apps-Pro
- Created: 2023-11-16T10:59:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-25T05:56:07.000Z (6 months ago)
- Last Synced: 2025-11-28T01:22:43.711Z (6 months ago)
- Language: PHP
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```