PHPackages                             bdcoder/installer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bdcoder/installer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bdcoder/installer
=================

This is a laravel installer. It help to run a project easily.

v1.0.4(1y ago)021MITCSS

Since Nov 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/shakilahsan1988/bdc-installer)[ Packagist](https://packagist.org/packages/bdcoder/installer)[ RSS](/packages/bdcoder-installer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

bdCoder Web Installer
=====================

[](#bdcoder-web-installer)

- [About](#about)
- [Requirements](#requirements)
- [Installation](#installation)

About
-----

[](#about)

Using this package you can easily install your laravel project automatically in your server.

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

[](#requirements)

- [Laravel 8.2+](https://laravel.com/docs/installation)

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

[](#installation)

1. From your projects root folder in terminal run:

```
    composer composer require bdcoder/installer
```

2. Register the package

Register the package with laravel in `bootstrap` under `providers.php` with the following:

```
return [
    ...
    Bdc\Installer\Providers\AppServiceProvider::class,
];
```

3. Publish the packages views, config file, assets, and language files by running the following from your projects root folder:

```
    php artisan vendor:publish --provider="Bdc\Installer\Providers\AppServiceProvider"
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

5

Last Release

552d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6c3d044c6dc92b314b1a723407b9149a11077a3f8e99491de9865fae3a2a54b8?d=identicon)[shakilahsan1988](/maintainers/shakilahsan1988)

---

Top Contributors

[![mdimran007](https://avatars.githubusercontent.com/u/28671109?v=4)](https://github.com/mdimran007 "mdimran007 (9 commits)")

### Embed Badge

![Health badge](/badges/bdcoder-installer/health.svg)

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

PHPackages © 2026

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