PHPackages                             byteintelligent/bi-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. byteintelligent/bi-installer

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

byteintelligent/bi-installer
============================

This is a laravel installer for byte-intelligent products.

v0.1.1(1y ago)01MITCSSPHP ^7.0.0|^8.0.0

Since Jun 18Pushed 1y agoCompare

[ Source](https://github.com/Byte-Intelligent/Byte-Installer)[ Packagist](https://packagist.org/packages/byteintelligent/bi-installer)[ RSS](/packages/byteintelligent-bi-installer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Byte Intelligent Web Installer
==============================

[](#byte-intelligent-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.0+](https://laravel.com/docs/installation)

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

[](#installation)

1. From your projects root folder in terminal run:

```
    composer require byteintelligent/bi-installer
```

2. Register the package

Register the package with laravel in `config/app.php` under `providers` with the following:

```
	'providers' => [
	    Byteintelligent\BiInstaller\Providers\BiInstallerServiceProvider::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="Byteintelligent\BiInstaller\Providers\BiInstallerServiceProvider"
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

690d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[naffiq/telegram-channel-php

Post to your telegram channel with ease!

124.2k](/packages/naffiq-telegram-channel-php)

PHPackages © 2026

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