https://github.com/pollen-solutions/wp-salt
Pollen Solutions - Wordpress Salt Component - A salts generator for Worpdress
https://github.com/pollen-solutions/wp-salt
php wordpress
Last synced: 5 months ago
JSON representation
Pollen Solutions - Wordpress Salt Component - A salts generator for Worpdress
- Host: GitHub
- URL: https://github.com/pollen-solutions/wp-salt
- Owner: pollen-solutions
- License: mit
- Created: 2021-08-10T09:47:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T17:13:27.000Z (about 4 years ago)
- Last Synced: 2025-10-06T18:42:07.446Z (9 months ago)
- Topics: php, wordpress
- Language: PHP
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Wordpress Salt Component
[](https://packagist.org/packages/pollen-solutions/wp-salt)
[](LICENSE.md)
[](https://www.php.net/supported-versions.php)
Pollen Solutions **Wordpress Salt** Component is a salts generator for Worpdress.
It is inspired by the work of Rob Waller [Rob Waller Repository](https://github.com/RobDWaller/wordpress-salts-generator).
## Installation
```bash
composer require pollen-solutions/wp-salt
```
## Usage
### DotEnv Generation
```bash
php vendor/bin/wp-salt >> .env
```