{"id":15509035,"url":"https://github.com/devuri/wpenv-console","last_synced_at":"2026-02-19T10:01:32.722Z","repository":{"id":196228132,"uuid":"695409207","full_name":"devuri/wpenv-console","owner":"devuri","description":"Subtree split of the wp-env-app (see devuri/wp-env-config)","archived":false,"fork":false,"pushed_at":"2024-07-19T20:48:52.000Z","size":12419,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T03:11:38.907Z","etag":null,"topics":["cli","wp"],"latest_commit_sha":null,"homepage":"https://devuri.github.io/wpenv-console/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devuri.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-23T05:04:29.000Z","updated_at":"2024-07-21T05:07:23.000Z","dependencies_parsed_at":"2023-12-30T14:29:22.411Z","dependency_job_id":"ef6df191-eab3-4060-9919-aaa453ee7c62","html_url":"https://github.com/devuri/wpenv-console","commit_stats":null,"previous_names":["devuri/wpenv-console"],"tags_count":18,"template":false,"template_full_name":"devuri/dot-access","purl":"pkg:github/devuri/wpenv-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fwpenv-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fwpenv-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fwpenv-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fwpenv-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devuri","download_url":"https://codeload.github.com/devuri/wpenv-console/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Fwpenv-console/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29609531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","wp"],"created_at":"2024-10-02T09:41:10.975Z","updated_at":"2026-02-19T10:01:32.703Z","avatar_url":"https://github.com/devuri.png","language":"PHP","readme":"# WPEnv Console\n\n[![License](https://img.shields.io/github/license/devuri/wpenv-console)](https://github.com/devuri/wpenv-console/blob/master/LICENSE)\n\n`WPEnv Console` is a command-line tool designed to simplify WordPress development and management tasks. It that extends the functionality of the [WPEnv](https://github.com/devuri/wp-env-config) 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.\n\n\u003e **Note**\n\u003e 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](https://github.com/devuri/wp-env-app).\n\n\n## Features\n\n- **WordPress Environment Management:** Easily create, configure, and manage WordPress environments with commands like `make:env`, `serve`, and `setup`.\n\n- **Plugin and Theme Installation:** Install and manage plugins and themes directly from the WordPress Packagist repository using the `install:package` command.\n\n- **Database Management:** Create database backups, generate `.htpasswd` files for authentication, and set up database admin directories with ease.\n\n- **WordPress Installation:** Quickly install WordPress with customizable options using the `wp:install` command.\n\n- **Auto-login URLs:** Generate auto-login URLs for users during development and testing with the `wp:login` command.\n\n## Installation\n\nYou can install `WPEnv Console` via Composer by running:\n\n```bash\ncomposer require devuri/wpenv-console\n```\n\n## Usage\n\nOnce installed, you can run `WPEnv Console` commands using `php bin/nino` followed by the desired command. For example:\n\n```bash\nphp nino make:env my-project\n```\n\nFor a complete list of available commands and their descriptions, run:\n\n```bash\nphp nino list\n```\n\n## Available Commands\n\nWPEnv Console offers the following commands to simplify your WordPress development tasks:\n\n1. **Make Environment**: Create a new WordPress environment.\n\n   ```bash\n   php bin/nino make:env \u003cname\u003e\n   ```\n\n2. **Serve**: Start the built-in PHP web server.\n\n   ```bash\n   php bin/nino serve\n   ```\n\n3. **Setup**: Creates a fresh .env file .\n\n   ```bash\n   php bin/nino setup \u003creplacement_domain\u003e\n   ```\n   \u003e Running `php nino setup` will check for an existing .env file. If found, \nit creates a new version with a timestamp, facilitating an effortless \nupdate to the latest .env file standards.\n\n4. **Install Package**: Add a plugin or theme via Composer using the slug only.\n\n   ```bash\n   php bin/nino install \u003cpackage_slug\u003e  \u003cplugin_or_theme\u003e\n   ```\n\n5. **Generate .htpasswd**: Create an .htpasswd file for authentication.\n\n   ```bash\n   php bin/nino make:htpass [--username=\u003cusername\u003e] [--password=\u003cpassword\u003e]\n   ```\n\n6. **Database Backup**: Backup the WordPress database.\n\n   ```bash\n   php bin/nino db:backup\n   ```\n\n7. **Generate Composer**: Generate a fresh copy of composer.json and run composer install.\n\n   ```bash\n   php bin/nino make:composer\n   ```\n\n8. **WordPress Installation**: Install WordPress with customizable options.\n\n   ```bash\n   php bin/nino wp:install [--title=\u003cblog_title\u003e] [--user=\u003cadmin_username\u003e] [--email=\u003cadmin_email\u003e]\n   ```\n\n9. **WordPress Auto-login**: Generate an auto-login URL for a user.\n\n   ```bash\n   php bin/nino wp:login [--user=\u003cadmin_username\u003e]\n   ```\n\n10. **Create DB Admin Directory**: Create a database admin directory.\n\n    ```bash\n    php bin/nino make:dbadmin [--_dir=\u003cdirectory_name\u003e]\n    ```\n\n## Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check out the [contributing guidelines](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md).\n\n## License\n\n`WPEnv Console` is open-source software licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute it as per the terms of the license.\n\n## Support and Feedback\n\nFor questions, issues, or feedback related to `WPEnv Console`, please visit the [GitHub repository](https://github.com/devuri/wpenv-console) or join the [community](https://community.wpenv.io/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevuri%2Fwpenv-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevuri%2Fwpenv-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevuri%2Fwpenv-console/lists"}