PHPackages                             netgusto/devserver-bundle - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. netgusto/devserver-bundle

ActiveSymfony-bundle[DevOps &amp; Deployment](/categories/devops)

netgusto/devserver-bundle
=========================

Development server console command with subdomain support, and automatic assets compilation.

1.2.0(11y ago)01.0kMITPHPPHP &gt;=5.3.3

Since Jun 1Pushed 11y agoCompare

[ Source](https://github.com/netgusto/Symfony-DevServerBundle)[ Packagist](https://packagist.org/packages/netgusto/devserver-bundle)[ Docs](https://github.com/netgusto/Symfony-DevServerBundle)[ RSS](/packages/netgusto-devserver-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Development server console command with custom tasks support
============================================================

[](#development-server-console-command-with-custom-tasks-support)

Install
-------

[](#install)

In `composer.json`:

```
"require": {
    "netgusto/devserver-bundle": "dev-master"
}
```

In `app/AppKernel.php`:

```
$bundles = array(
    # [...]
    new Netgusto\DevServerBundle\NetgustoDevServerBundle(),
    # [...]
);
```

Configure
---------

[](#configure)

In `app/config.yml`:

```
netgusto_dev_server:
    tasks:
        - { command: php app/console server:run 0.0.0.0:8000 }
        - { command: php app/console assetic:dump --watch }
        - { command: ember serve, path: web/apps/calclient }
```

Use
---

[](#use)

```
php app/console server:dev
```

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity60

Established project with proven stability

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 ~69 days

Total

3

Last Release

4323d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97d31265ab8dcd891cf8c76a0eb7de6be535c32f80c4d50cc58a3c7f53b1ffe4?d=identicon)[netgusto](/maintainers/netgusto)

---

Tags

symfonyserverdevelopmentassetssubdomain

### Embed Badge

![Health badge](/badges/netgusto-devserver-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/netgusto-devserver-bundle/health.svg)](https://phpackages.com/packages/netgusto-devserver-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M430](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11258.2k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

12413.3k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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