PHPackages                             arakash92/webdev - 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. arakash92/webdev

ActiveProject

arakash92/webdev
================

Command-line tool for managing your local web development projects on Windows or Linux.

0.5.0(9y ago)020MITPHPPHP ^5.4.0 || ^7.0

Since Jul 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/arakash92/webdev)[ Packagist](https://packagist.org/packages/arakash92/webdev)[ RSS](/packages/arakash92-webdev/feed)WikiDiscussions master Synced 3d ago

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

What's this?
============

[](#whats-this)

*webdev* is a CLI tool written in PHP that automates much of the ground-work your your web development projects require - so you can get to work asap.

Imagine typing a single command like and having the following done in milliseconds:

1. Creates a directory like `/var/www/new-site` or `C:\wamp64\www\new-site` or `D:/websites/new-site`
2. Creates an appropriate configuration for your web server (virtualhost directives for apache etc)
3. Adds these lines to your `hosts` file:
4. - `127.0.0.1 new-site.dev`
5. - `127.0.0.1 www.new-site.dev`
6. Creates a database on your MySQL Server
7. Perhaps creates a folder for your non-code stuff `/home/John/Dropbox/Projects/new-site`.

Changelog
---------

[](#changelog)

**October 19th, 2017**

- Can now use `webdev config` to list entire config.

[here's how it looks to both set it up and create your first site](http://g.recordit.co/iwrvlz7Hi1.gif)

Requirements
------------

[](#requirements)

- [Composer](http://getcomposer.org)
- Your composer vendor directory in your PATH

Install &amp; Use
-----------------

[](#install--use)

Before you use it, remember that this tool is in alpha and isn't TDD'ed or anything. Don't blame me if you accidentally delete your projects!

Grab it via packagist.org:

```
composer global require "arakash92/webdev=dev-master"
```

The first time you run it, it should automatically do the `init` command, which is interactively sets up **webdev** in your particular environment.

Commands
--------

[](#commands)

**legend:**

\[abc\]Argument\[abc?\]Optional argument##### webdev config \[key\] \[value?\]

[](#webdev-config-key-value)

Configure webdev by getting or setting values.

Examples:

- `webdev config web.providers.wamp.web_root C:/wamp/www` sets the web root directory where your new projects will be created when using the "apache" web server.
- `webdev config database.default` tells you the current value of the default database provider.
- `webdev config web` prints the value of all the keys and values in that array (If it is an array. In this case, it is).
- `webdev config mysql.username "root"` sets the mysql username

##### webdev create

[](#webdev-create)

Create a new website

About &amp; Contributing
------------------------

[](#about--contributing)

It's written in PHP, built on Composer and leverages Symfony/Console as well as Illuminate/Config. The configuration is stored as a PHP array in the installation directory (composers's global vendor dir).

feel free to send a pull request. It would be nice to clean up the code a bit, add support for more things and make better abstractions and maybe also support a more modular approach.

Licens
------

[](#licens)

MIT. See LICENSE file.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~0 days

Total

12

Last Release

3595d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a9b496b15d12fcc94178429d4d15c0b08af4e46ea708feab5745377d144fc9a?d=identicon)[arakash](/maintainers/arakash)

---

Top Contributors

[![arakash92](https://avatars.githubusercontent.com/u/2516445?v=4)](https://github.com/arakash92 "arakash92 (28 commits)")

### Embed Badge

![Health badge](/badges/arakash92-webdev/health.svg)

```
[![Health](https://phpackages.com/badges/arakash92-webdev/health.svg)](https://phpackages.com/packages/arakash92-webdev)
```

###  Alternatives

[phan/phan

A static analyzer for PHP

5.6k11.2M1.1k](/packages/phan-phan)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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