PHPackages                             biggo6/cpanel - 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. [Framework](/categories/framework)
4. /
5. biggo6/cpanel

ActiveLibrary[Framework](/categories/framework)

biggo6/cpanel
=============

The tool which make your laravel project ready to be deployed to your web shared hosting file manager (cpanel file manager)

v1.0.3(8y ago)231227PHPPHP &gt;=5.6.4

Since Aug 31Pushed 4y ago3 watchersCompare

[ Source](https://github.com/Biggo6/cpanel)[ Packagist](https://packagist.org/packages/biggo6/cpanel)[ RSS](/packages/biggo6-cpanel/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Laravel 5 Cpanel Deployer
-------------------------

[](#laravel-5-cpanel-deployer)

The tool which makes your laravel project ready to be deployed to your web shared hosting file manager (cpanel file manager)

[![alt text](https://camo.githubusercontent.com/08b487f79bcd3f4064adc0311f97bd03c3bee637f281f720fa82b3aa3f8f872a/68747470733a2f2f6572756d73777167716e6f2e6578616374646e2e636f6d2f706f73742f77702d636f6e74656e742f75706c6f6164732f323032302f31302f496e7374616c6c2d6c61726176656c2d696e2d6370616e656c2e6a70673f73747269703d616c6c266c6f7373793d312673736c3d31 "Laravel 5 Cpanel Deployer")](https://camo.githubusercontent.com/08b487f79bcd3f4064adc0311f97bd03c3bee637f281f720fa82b3aa3f8f872a/68747470733a2f2f6572756d73777167716e6f2e6578616374646e2e636f6d2f706f73742f77702d636f6e74656e742f75706c6f6164732f323032302f31302f496e7374616c6c2d6c61726176656c2d696e2d6370616e656c2e6a70673f73747269703d616c6c266c6f7373793d312673736c3d31)

### Requirements

[](#requirements)

```
Laravel 5+
PHP >= 5.6
chumper/zipper >= 1.0.1! @ https://github.com/Chumper/Zipper

```

### Installation

[](#installation)

a) Run

```
composer require biggo6/cpanel

```

b) Add service provider to **/config/app.php** file.

```
'providers' => [
    ...
    Biggo6\Cpanel\Biggo6CpanelServiceProvider::class,
    Chumper\Zipper\ZipperServiceProvider::class,
],
```

c) add to aliases `'Zipper' => 'Chumper\Zipper\Zipper'`

d) Recommended but not necessary, run this command `composer dump-autoload`

### Usage

[](#usage)

This package registers new commands, do `php artian list` to see, find command called `cpanel:build`.

To build your laravel 5 project as as can be uploaded later in your web shared hosting cpanel run the following command

```
$~/opt/codes >php artisan list
=======================================
---
...
.....
cpanel:build

```

Then run
--------

[](#then-run)

```
$~/opt/codes >php artisan cpanel:build

```

Follow the rest instructions

### Successfully now you will find `build.zip` file under project root folder, this is one uploded to cpanel file managers

[](#successfully-now-you-will-find--buildzip-file-under-project-root-folder-this-is-one-uploded-to-cpanel-file-managers)

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

4

Last Release

3270d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/135487?v=4)[biggo](/maintainers/biggo)[@Biggo](https://github.com/Biggo)

---

Top Contributors

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

---

Tags

frameworklaravelweb hostinglaravel-cpanel-hostingcpanelshared hosting

### Embed Badge

![Health badge](/badges/biggo6-cpanel/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k99.8M350](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k212.4M1.4k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M307](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M218](/packages/laravel-mcp)[laravel/surveyor

Static analysis tool for Laravel applications.

89157.7k16](/packages/laravel-surveyor)[richarddobron/laravel-fbt

A PHP Internationalization Framework for Laravel Application.

129.1k](/packages/richarddobron-laravel-fbt)

PHPackages © 2026

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