PHPackages                             howlowck/db-manager - 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. [Database &amp; ORM](/categories/database)
4. /
5. howlowck/db-manager

ActiveLibrary[Database &amp; ORM](/categories/database)

howlowck/db-manager
===================

makes database management a little easier

3122PHP

Since Dec 17Pushed 12y ago1 watchersCompare

[ Source](https://github.com/howlowck/db-manager)[ Packagist](https://packagist.org/packages/howlowck/db-manager)[ RSS](/packages/howlowck-db-manager/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

db-manager [![Bitdeli Badge](https://camo.githubusercontent.com/793be31b38bec15754001fac0a15df07db6693cd3ae178eb98c06875b90b7667/68747470733a2f2f64327765637a68766c38323376302e636c6f756466726f6e742e6e65742f686f776c6f77636b2f64622d6d616e616765722f7472656e642e706e67)](https://bitdeli.com/free "Bitdeli Badge") [![Build Status](https://camo.githubusercontent.com/e9de67aec108d7c29286897aae008f241e16e366ae7613389edb7b9cd665f329/68747470733a2f2f7472617669732d63692e6f72672f686f776c6f77636b2f64622d6d616e616765722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/howlowck/db-manager)
============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#db-manager--)

***Notice!*** This package requires Doctrine/DBAL. As of Laravel 4.1, Laravel is not dependent on Doctrine, but you can still use doctrine, if you include `"doctrine/dbal": "2.5.*@dev"` in your composer.json.

Laravel Package for Database management easier.

- Lists all the tables in the database
- Lists all the columns of a table
- Get datatype of a column

Install
-------

[](#install)

1. Add in your composer.json `"howlowck/db-manager": "dev-master"`
2. Add in your `app/config/app.php` service provider: `'Howlowck\DbManager\DbManagerServiceProvider'`
3. (optional) add the facade: `'DbManager' => 'Howlowck\DbManager\Facades\DbManager',`

Usage
-----

[](#usage)

(If you use the Facade: )

- `DbManager::listTables( [optional] $exclude )`-- lists all the tables in your database, $exclude is an array that you want to exclude from the final result (Note: by default, it excludes `migrations` table);
- `DbManager::listColumns($table, [optional] $exclude)`-- lists all the columns in the given table.
- `DbManager::getColumnType($table, $columnName)`-- returns the type name of a column

(If you choose to only use the service provider)

`App::make('dbmanager')->listTables()` ...

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.7% 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/e08f9bb8228edf1f01ccb4bbccdf8e52ade99b66cbfb538e6df844bdc74a4569?d=identicon)[howlowck](/maintainers/howlowck)

---

Top Contributors

[![howlowck](https://avatars.githubusercontent.com/u/338265?v=4)](https://github.com/howlowck "howlowck (13 commits)")[![petercoles](https://avatars.githubusercontent.com/u/2947594?v=4)](https://github.com/petercoles "petercoles (1 commits)")[![santiagogg](https://avatars.githubusercontent.com/u/2448234?v=4)](https://github.com/santiagogg "santiagogg (1 commits)")

### Embed Badge

![Health badge](/badges/howlowck-db-manager/health.svg)

```
[![Health](https://phpackages.com/badges/howlowck-db-manager/health.svg)](https://phpackages.com/packages/howlowck-db-manager)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.3k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M541](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M208](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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