PHPackages                             iam-shantanu101/ee-wpcli - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. iam-shantanu101/ee-wpcli

ActiveWp-cli-package

iam-shantanu101/ee-wpcli
========================

EasyEngine CRUD using wp-cli

24PHP

Since Aug 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/iamShantanu101/ee-wpcli)[ Packagist](https://packagist.org/packages/iam-shantanu101/ee-wpcli)[ RSS](/packages/iam-shantanu101-ee-wpcli/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

EasyEngine CRUD operations using wp-cli
=======================================

[](#easyengine-crud-operations-using-wp-cli)

This repository contains the code for implementing EasyEngine like CRUD operations using wp-cli.

Note : Kindly make sure to set environment variable `WEBROOT_PATH` before trying these commands. This has been done due to the fact that this directory might vary from system to system and environment to environment. Also kindly note that these commands currently does not create actual files, they just create a text file containing all the details.
==============================================================================================================================================================================================================================================================================================================================================================

[](#note--kindly-make-sure-to-set-environment-variable-webroot_path-before-trying-these-commands-this-has-been-done-due-to-the-fact-that-this-directory-might-vary-from-system-to-system-and-environment-to-environment-also-kindly-note-that-these-commands-currently-does-not-create-actual-files-they-just-create-a-text-file-containing-all-the-details)

Status - Working functionality
==============================

[](#status---working-functionality)

1. Create a simple html site:

```
wp ee site create example.com --html

```

2. Create a php site:

```
wp ee site create example.com --php
wp ee site create example.com --php7

```

3. Create a php + mysql site

```
wp ee site create example.com --mysql

```

4. Create various Wordpress sites:

```
wp ee site create example.com --wp // creates WP site with php5.6, mysql5.6.
wp ee site create example.com --wpredis // creates WP site with redis cache
wp ee site create example.com --wpfc //creates WP site with FasCGI cache

```

5. Delete a website:

```
wp ee site delete example.com
wp ee site delete example.com --files // deletes wesite webrot only
wp ee site delete example.com --db // deletes DB of website only
wp ee site delete example.com --no-prompt // deletes complete site without any prompt

```

6. List all files:

```
wp ee site list // lists all the files present in the sites directory

```

7. Show website:

```
wp ee site show example.com // shows the text file of website present in website webroot

```

8. Update website:

```
wp ee site update example.com --mysql // update website to mysql 5.6
wp ee site update example.com --wp // updating plain html,php and other sites to WP sites
wp ee site update example.com --wpredis // update other sites with redis cache
wp ee site update exmaple.com --wpfc // update other sites with FastCGI cache

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d5b296bf42c73320586849f21f46ce44530ad52807417861e481e3d231740bb2?d=identicon)[iamShantanu101](/maintainers/iamShantanu101)

---

Top Contributors

[![ishantanu](https://avatars.githubusercontent.com/u/6175822?v=4)](https://github.com/ishantanu "ishantanu (8 commits)")

### Embed Badge

![Health badge](/badges/iam-shantanu101-ee-wpcli/health.svg)

```
[![Health](https://phpackages.com/badges/iam-shantanu101-ee-wpcli/health.svg)](https://phpackages.com/packages/iam-shantanu101-ee-wpcli)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
