PHPackages                             erikgreasy/wp-console - 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. [CLI &amp; Console](/categories/cli)
4. /
5. erikgreasy/wp-console

ActiveLibrary[CLI &amp; Console](/categories/cli)

erikgreasy/wp-console
=====================

Custom cli for WordPress, inspired by Laravel's artisan.

0.1.0(3y ago)0571↓33.3%MITPHPPHP ^8.0

Since Oct 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/erikgreasy/wp-console)[ Packagist](https://packagist.org/packages/erikgreasy/wp-console)[ RSS](/packages/erikgreasy-wp-console/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

WordPress Console
=================

[](#wordpress-console)

CLI application inspired by artisan in Laravel framework. Based on the Symfony console component.

Instantiating in project
------------------------

[](#instantiating-in-project)

Install with composer

```
composer require erikgreasy/wp-console

```

create "cli" (alernative to artisan) file in the root of your project

```
#!/usr/bin/env php
