PHPackages                             byancode/deploy - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. byancode/deploy

ActiveLaravel[DevOps &amp; Deployment](/categories/devops)

byancode/deploy
===============

Deploy your laravel with git to server

1261[1 PRs](https://github.com/byancode/deploy/pulls)PHP

Since Feb 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/byancode/deploy)[ Packagist](https://packagist.org/packages/byancode/deploy)[ RSS](/packages/byancode-deploy/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Deploy
==============

[](#laravel-deploy)

perform a push in Github and a pull in your server

Getting Started
---------------

[](#getting-started)

### Requisites

[](#requisites)

- [PHP extension ssh2](https://pecl.php.net/package/ssh2)

### 1.1. Install servidor

[](#11-install-servidor)

Run the following command:

```
yum install git
git config --global user.name "username"
git config --global user.email "my@github.email"
```

### 1.2. Generate SSH public and private keys

[](#12-generate-ssh-public-and-private-keys)

- [Generating ssh keys github](https://docs.github.com/es/free-pro-team@latest/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)

```
ssh-keygen -t rsa -b 4096 -C "my@github.email"
```

### 1.3. Register SSH public key

[](#13-register-ssh-public-key)

- [Github ssh keys](https://github.com/settings/keys)

### 1.4. Clone project

[](#14-clone-project)

```
cd /www/repositories
git clone git@github.com:username/repository.git
```

### 2.1. Install Laravel

[](#21-install-laravel)

Run the following command:

```
composer require byancode/deploy
```

### 2.2. Register (for Laravel &gt; 7.0)

[](#22-register-for-laravel--70)

Register the service provider in `config/app.php`

```
Byancode\Deploy\Providers\DeployProvider::class,
```

### 2.3. Publish

[](#23-publish)

Publish config file.

```
php artisan vendor:publish --provider="Byancode\Deploy\Providers\DeployProvider"
```

### 2.4. Configure

[](#24-configure)

You can change the options of your app from `config/deploy.php` file

Usage
-----

[](#usage)

`*Note: only laravel git project`

```
php artisan deploy:run --commit="My first deploy" --git --yarn --composer
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity31

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37272486?v=4)[Byancode](/maintainers/byancode)[@byancode](https://github.com/byancode)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/byancode-deploy/health.svg)

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

###  Alternatives

[deployer/deployer

Deployment Tool

11.1k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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