devuri/wpenv-console
Composer 安装命令:
composer require devuri/wpenv-console
包简介
A Composer package for handling encryption and decryption operations.
关键字:
README 文档
README
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:
composer require devuri/wpenv-console
Usage
Once installed, you can run WPEnv Console commands using php bin/nino followed by the desired command. For example:
php nino make:env my-project
For a complete list of available commands and their descriptions, run:
php nino list
Available Commands
WPEnv Console offers the following commands to simplify your WordPress development tasks:
-
Make Environment: Create a new WordPress environment.
php bin/nino make:env <name>
-
Serve: Start the built-in PHP web server.
php bin/nino serve
-
Setup: Creates a fresh .env file .
php bin/nino setup <replacement_domain>
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.
php bin/nino install <package_slug> <plugin_or_theme>
-
Generate .htpasswd: Create an .htpasswd file for authentication.
php bin/nino make:htpass [--username=<username>] [--password=<password>]
-
Database Backup: Backup the WordPress database.
php bin/nino db:backup
-
Generate Composer: Generate a fresh copy of composer.json and run composer install.
php bin/nino make:composer
-
WordPress Installation: Install WordPress with customizable options.
php bin/nino wp:install [--title=<blog_title>] [--user=<admin_username>] [--email=<admin_email>]
-
WordPress Auto-login: Generate an auto-login URL for a user.
php bin/nino wp:login [--user=<admin_username>]
-
Create DB Admin Directory: Create a database admin directory.
php bin/nino make:dbadmin [--_dir=<directory_name>]
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check out the contributing guidelines and 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.
devuri/wpenv-console 适用场景与选型建议
devuri/wpenv-console 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 77 次下载、GitHub Stars 达 1, 最近一次更新时间为 2023 年 09 月 23 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「security」 「wordpress」 「console」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 devuri/wpenv-console 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 devuri/wpenv-console 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 devuri/wpenv-console 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
This class provides you with an easy-to-use interface to progress bars.
A Laravel package to retrieve data from Google Search Console
Additional artisan commands for Laravel
Provide a way to secure accesses to all routes of an symfony application.
It's a barebone security class written on PHP
A table generator class for the PHP CLI.
统计信息
- 总下载量: 77
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 8
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-23