Download the PHP package devuri/wpenv-console without Composer
On this page you can find all versions of the php package devuri/wpenv-console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package wpenv-console
WPEnv Console
WPEnv Console is a command-line tool designed to simplify WordPress development and management tasks. It that extends the functionality of the WPEnv development environment. It provides a set of commands to streamline common WordPress tasks and enhance your workflow. Whether you're setting up a new WordPress environment, managing plugins and themes, or performing routine maintenance, WPEnv Console has you covered.
Note This repository houses the fundamental console components of wp-env-config. If you are developing an application, please utilize wp-env-app located in this repository: wp-env-app.
Features
-
WordPress Environment Management: Easily create, configure, and manage WordPress environments with commands like
make:env,serve, andsetup. -
Plugin and Theme Installation: Install and manage plugins and themes directly from the WordPress Packagist repository using the
install:packagecommand. -
Database Management: Create database backups, generate
.htpasswdfiles for authentication, and set up database admin directories with ease. -
WordPress Installation: Quickly install WordPress with customizable options using the
wp:installcommand. - Auto-login URLs: Generate auto-login URLs for users during development and testing with the
wp:logincommand.
Installation
You can install WPEnv Console via Composer by running:
Usage
Once installed, you can run WPEnv Console commands using php bin/nino followed by the desired command. For example:
For a complete list of available commands and their descriptions, run:
Available Commands
WPEnv Console offers the following commands to simplify your WordPress development tasks:
-
Make Environment: Create a new WordPress environment.
-
Serve: Start the built-in PHP web server.
-
Setup: Creates a fresh .env file .
Running
php nino setupwill check for an existing .env file. If found, it creates a new version with a timestamp, facilitating an effortless update to the latest .env file standards. -
Install Package: Add a plugin or theme via Composer using the slug only.
-
Generate .htpasswd: Create an .htpasswd file for authentication.
-
Database Backup: Backup the WordPress database.
-
Generate Composer: Generate a fresh copy of composer.json and run composer install.
-
WordPress Installation: Install WordPress with customizable options.
-
WordPress Auto-login: Generate an auto-login URL for a user.
- Create DB Admin Directory: Create a database admin directory.
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check out the code of conduct.
License
WPEnv Console is open-source software licensed under the MIT License. You are free to use, modify, and distribute it as per the terms of the license.
Support and Feedback
For questions, issues, or feedback related to WPEnv Console, please visit the GitHub repository or join the community.
All versions of wpenv-console with dependencies
aws/aws-sdk-php Version ^3.275
devuri/dot-access Version ^0.2.2
devuri/encryption Version ^0.3
devuri/secure-password Version ^0.1
devuri/uuid-generator Version ^0.0.1
symfony/console Version 5.4.*
symfony/error-handler Version ^5.4
symfony/filesystem Version ^5.4
symfony/process Version ^5.4
vlucas/phpdotenv Version ^5.2