https://github.com/stellarwp/stellarwp-plugin-installer
https://github.com/stellarwp/stellarwp-plugin-installer
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stellarwp/stellarwp-plugin-installer
- Owner: stellarwp
- License: mit
- Created: 2021-10-14T19:04:29.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-03-03T16:42:16.000Z (over 4 years ago)
- Last Synced: 2025-05-07T05:03:18.877Z (about 1 year ago)
- Language: PHP
- Size: 84 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# StellarWP Plugin Installer
Show the free plugins from StellarWP brands as recommended plugins on the Add New Plugin screen.
## Adding to your project
This can either be installed normally as a plugin, or loaded via composer to an existing project.
In your composer.json, add the following (you may already have a repositories array).
```json
"repositories": [
{
"type": "vcs",
"url": "git@github.com:stellarwp/stellarwp-plugin-installer.git"
}
]
```
## Available filters
`swp_installer_suggested_plugins` can be used to modify the recommended plugins.