Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

Pollen Solutions - Wordpress Salt Component - A salts generator for Worpdress

Awesome Lists containing this project

README

        

# Wordpress Salt Component

[![Latest Stable Version](https://img.shields.io/packagist/v/pollen-solutions/wp-salt.svg?style=for-the-badge)](https://packagist.org/packages/pollen-solutions/wp-salt)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-green?style=for-the-badge)](LICENSE.md)
[![PHP Supported Versions](https://img.shields.io/badge/PHP->=7.4-8892BF?style=for-the-badge&logo=php)](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
```