PHPackages                             javimanga/initdb - 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. javimanga/initdb

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

javimanga/initdb
================

Package that helps with a series of commands to create, delete, and clone a database.

070PHP

Since Dec 23Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

**InitDB**
----------

[](#initdb)

Package that helps with a series of commands to create, delete, and clone a database.

Install InitDB:

```
$ composer require javimanga/initdb

```

Add line to config/app.php:

```
JaviManga\InitDB\InitDBServiceProvider::class

```

**Commands**
------------

[](#commands)

Create database with name of .env, if you pass parameter {seed} it will also insert the seeders:

```
$ php artisan database:init {seed?}

```

Create database, if no parameter {name} is passed it will create the database from the .env file:

```
$ php artisan database:create {name?}

```

Delete database, if no parameter {name} is passed it will delete the database from the .env file:

```
$ php artisan database:drop {name?}

```

Clone the database of the .env file with the name of the parameter {new\_name}:

```
$ php artisan database:clone {new_name?}

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

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/aeac407062e388c8e59bcbd4554f7a607eaec846ad3a914af96f1c48f9638c0c?d=identicon)[Ki11Z0n3](/maintainers/Ki11Z0n3)

### Embed Badge

![Health badge](/badges/javimanga-initdb/health.svg)

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

###  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.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

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

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/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)
