PHPackages                             syjust/sf-db-cmd - 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. syjust/sf-db-cmd

ActiveSymfony-bundle

syjust/sf-db-cmd
================

Symfony DB command

1.1.1(1y ago)117MITPHPPHP &gt;=8.2

Since Jul 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/syjust/sf-db-cmd)[ Packagist](https://packagist.org/packages/syjust/sf-db-cmd)[ RSS](/packages/syjust-sf-db-cmd/feed)WikiDiscussions main Synced 1mo ago

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

Symfony Db Command
==================

[](#symfony-db-command)

Description
-----------

[](#description)

A copy / adaptation of laravel/framework [DbCommand](https://github.com/laravel/framework/blob/11.x/src/Illuminate/Database/Console/DbCommand.php)

- used to easily access your DB with a command line interface,
- based on symfony/console, symfony/process &amp; doctrine/orm libraries.

Installation
------------

[](#installation)

First, add the dependency in your project.

```
composer require syjust/sf-db-cmd
```

Then add the following line in your `config/bundles.php` file.

```
// ...
    Syjust\SfDbCmd\DbCommandBundle::class => ['all' => true],
// ...
```

Usage
-----

[](#usage)

```
# connecting interactively into the database
php bin/console db
```

Limitations
-----------

[](#limitations)

This command was only tested with `pdo_mysql` &amp; `pdo_sqlite` at this time in interactive mode at this time.

Contributions
-------------

[](#contributions)

- First, please use [conventional commit](https://www.conventionalcommits.org/en/v1.0.0-beta.4/),
- then, submit your Pull Request onto the [GitHub Repo](https://github.com/syjust/sf-db-cmd.git),
- and we will see 😋.

Known issues
------------

[](#known-issues)

If you get the following message:

```
TTY mode requires /dev/tty to be read/writable.
```

1. Ensure `/dev/tty` is writable in shell mode (`echo foobar >> /dev/tty`).
2. Ensure you are on unix based OS (`/` is the directory separator).
3. Ensure PHP is able to write in `/dev/tty` (``) If the latest test fails: add ':/dev/tty' to the `open_basedir` config in your `php.ini`.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

3

Last Release

659d ago

### Community

Maintainers

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

---

Top Contributors

[![syjust](https://avatars.githubusercontent.com/u/328522?v=4)](https://github.com/syjust "syjust (26 commits)")

### Embed Badge

![Health badge](/badges/syjust-sf-db-cmd/health.svg)

```
[![Health](https://phpackages.com/badges/syjust-sf-db-cmd/health.svg)](https://phpackages.com/packages/syjust-sf-db-cmd)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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